mirror of
https://github.com/upstash/context7.git
synced 2026-01-06 12:11:28 +00:00
Merge pull request #271 from viborc/patch-1
This commit is contained in:
commit
00937fafef
24
README.md
24
README.md
@ -420,6 +420,30 @@ Add this to your Roo Code MCP configuration file. See [Roo Code MCP docs](https:
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Install in Zencoder</b></summary>
|
||||
|
||||
To configure Context7 MCP in Zencoder, follow these steps:
|
||||
|
||||
1. Go to the Zencoder menu (...)
|
||||
2. From the dropdown menu, select Agent tools
|
||||
3. Click on the Add custom MCP
|
||||
4. Add the name and server configuration from below, and make sure to hit the Install button
|
||||
|
||||
```json
|
||||
{
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"-y",
|
||||
"@upstash/context7-mcp@latest"
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
Once the MCP server is added, you can easily continue using it.
|
||||
|
||||
</details>
|
||||
|
||||
## 🔧 Environment Variables
|
||||
|
||||
The Context7 MCP server supports the following environment variables:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user