Merge pull request #273 from ryof/master

This commit is contained in:
Enes Gules 2025-06-11 15:13:45 +03:00 committed by GitHub
commit f109390e00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -444,6 +444,23 @@ Once the MCP server is added, you can easily continue using it.
</details>
<details>
<summary><b>Install in Amazon Q Developer CLI</b></summary>
Add this to your Amazon Q Developer CLI configuration file. See [Amazon Q Developer CLI docs](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/command-line-mcp-configuration.html) for more details.
```json
{
"mcpServers": {
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp@latest"]
}
}
}
```
</details>
## 🔧 Environment Variables
The Context7 MCP server supports the following environment variables: