From 71fb2eaecad51a56ed65824b3902c042df4745aa Mon Sep 17 00:00:00 2001 From: likweitan Date: Tue, 3 Jun 2025 21:43:13 +0800 Subject: [PATCH] docs: add installation instructions for Roo Code MCP integration --- README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/README.md b/README.md index d8a5f7a..07e2d40 100644 --- a/README.md +++ b/README.md @@ -377,6 +377,39 @@ Once the MCP server is added, restart your editor. If you receive any errors, ch +
+Install in Roo Code + +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"] + } + } +} +``` + +
+ ## 🔧 Environment Variables The Context7 MCP server supports the following environment variables: