mirror of
https://github.com/upstash/context7.git
synced 2025-06-26 23:50:04 +00:00
Merge branch 'master' into feat/replace-env-vars-with-cli-args
This commit is contained in:
commit
80e4aea67e
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>
|
||||
|
||||
## 🔨 Available Tools
|
||||
|
||||
Context7 MCP provides the following tools that LLMs can use:
|
||||
|
Loading…
x
Reference in New Issue
Block a user