Merge pull request #294 from techcow2/my-documentation-update

This commit is contained in:
Enes Gules 2025-06-16 10:06:01 +03:00 committed by GitHub
commit e057538e9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.