mirror of
https://github.com/upstash/context7.git
synced 2025-07-03 07:04:25 +00:00
docs: add installation instructions for Roo Code MCP integration
This commit is contained in:
parent
2f74fa3893
commit
71fb2eaeca
33
README.md
33
README.md
@ -377,6 +377,39 @@ Once the MCP server is added, restart your editor. If you receive any errors, ch
|
|||||||
|
|
||||||
</details>
|
</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
|
## 🔧 Environment Variables
|
||||||
|
|
||||||
The Context7 MCP server supports the following environment variables:
|
The Context7 MCP server supports the following environment variables:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user