From 2f74fa3893fe33c82b31c88b67c1778eb39294cd Mon Sep 17 00:00:00 2001 From: Abdusshh Date: Sun, 1 Jun 2025 22:27:59 +0300 Subject: [PATCH] docs: add installation instructions for Augment Code editor integration --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index d4cf16e..d8a5f7a 100644 --- a/README.md +++ b/README.md @@ -351,6 +351,32 @@ The configuration on Windows is slightly different compared to Linux or macOS (_ +
+Install in Augment Code + +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. + +
+ ## 🔧 Environment Variables The Context7 MCP server supports the following environment variables: