mirror of
https://github.com/upstash/context7.git
synced 2025-06-26 23:50:04 +00:00
Merge pull request #294 from techcow2/my-documentation-update
This commit is contained in:
commit
e057538e9b
25
README.md
25
README.md
@ -403,14 +403,34 @@ The configuration on Windows is slightly different compared to Linux or macOS (_
|
||||
<details>
|
||||
<summary><b>Install in Augment Code</b></summary>
|
||||
|
||||
To configure Context7 MCP in Augment Code, follow these steps:
|
||||
To configure Context7 MCP in Augment Code, you can use either the graphical interface or manual configuration.
|
||||
|
||||
### **A. Using the Augment Code UI**
|
||||
|
||||
1. Click the hamburger menu.
|
||||
2. Select **Settings**.
|
||||
3. Navigate to the **Tools** section.
|
||||
4. Click the **+ Add MCP** button.
|
||||
5. Enter the following command:
|
||||
|
||||
```
|
||||
npx -y @upstash/context7-mcp@latest
|
||||
```
|
||||
|
||||
6. Name the MCP: **Context7**.
|
||||
7. Click the **Add** button.
|
||||
|
||||
Once the MCP server is added, you can start using Context7's up-to-date code documentation features directly within Augment Code.
|
||||
|
||||
---
|
||||
|
||||
### **B. Manual Configuration**
|
||||
|
||||
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": [
|
||||
{
|
||||
@ -420,7 +440,6 @@ To configure Context7 MCP in Augment Code, follow these steps:
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user