mirror of
https://github.com/upstash/context7.git
synced 2025-11-09 06:17:21 +00:00
docs: add installation instructions for Augment Code editor integration
This commit is contained in:
parent
10c0a0dd33
commit
2f74fa3893
26
README.md
26
README.md
@ -351,6 +351,32 @@ The configuration on Windows is slightly different compared to Linux or macOS (_
|
|||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary><b>Install in Augment Code</b></summary>
|
||||||
|
|
||||||
|
To configure Context7 MCP in Augment Code, follow these steps:
|
||||||
|
|
||||||
|
1. Press Cmd/Ctrl Shift P or go to the hamburger menu in the Augment panel
|
||||||
|
2. Select Edit Settings
|
||||||
|
3. Under Advanced, click Edit in settings.json
|
||||||
|
4. Add the server configuration to the `mcpServers` array in the `augment.advanced` object
|
||||||
|
|
||||||
|
```json
|
||||||
|
"augment.advanced": {
|
||||||
|
"mcpServers": [
|
||||||
|
{
|
||||||
|
"name": "context7",
|
||||||
|
"command": "npx",
|
||||||
|
"args": ["-y", "@upstash/context7-mcp"]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
Once the MCP server is added, restart your editor. If you receive any errors, check the syntax to make sure closing brackets or commas are not missing.
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
## 🔧 Environment Variables
|
## 🔧 Environment Variables
|
||||||
|
|
||||||
The Context7 MCP server supports the following environment variables:
|
The Context7 MCP server supports the following environment variables:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user