Merge pull request #255 from likweitan/master

This commit is contained in:
Enes Gules 2025-06-05 22:05:25 +03:00 committed by GitHub
commit be254b0f02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -377,6 +377,39 @@ Once the MCP server is added, restart your editor. If you receive any errors, ch
</details>
<details>
<summary><b>Install in Roo Code</b></summary>
Add this to your Roo Code MCP configuration file. See [Roo Code MCP docs](https://docs.roocode.com/features/mcp/using-mcp-in-roo) for more info.
#### Roo Code Remote Server Connection
```json
{
"mcpServers": {
"context7": {
"type": "streamable-http",
"url": "https://mcp.context7.com/mcp"
}
}
}
```
#### Roo Code Local Server Connection
```json
{
"mcpServers": {
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp"]
}
}
}
```
</details>
## 🔧 Environment Variables
The Context7 MCP server supports the following environment variables: