Skip to content

Commit 25e46ac

Browse files
authored
docs(readme): add installation instructions for Zencoder (#157)
Adds install instructions for Zencoder.ai
1 parent 4470c0b commit 25e46ac

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,33 @@ Roo Code utilizes a JSON configuration file for MCP servers:
372372

373373
</details>
374374

375+
<details>
376+
<summary><strong>Zencoder</strong></summary>
377+
378+
Zencoder offers support for MCP tools and servers in both its JetBrains and VS Code plugin versions.
379+
380+
1. Go to the Zencoder menu (...)
381+
2. From the dropdown menu, select `Tools`
382+
3. Click on the `Add Custom MCP`
383+
4. Add the name (i.e. `Claude Context` and server configuration from below, and make sure to hit the `Install` button
384+
385+
```json
386+
{
387+
"command": "npx",
388+
"args": ["@zilliz/claude-context-mcp@latest"],
389+
"env": {
390+
"OPENAI_API_KEY": "your-openai-api-key",
391+
"MILVUS_ADDRESS": "your-zilliz-cloud-public-endpoint",
392+
"MILVUS_TOKEN": "your-zilliz-cloud-api-key"
393+
}
394+
}
395+
396+
```
397+
398+
5. Save the server by hitting the `Install` button.
399+
400+
</details>
401+
375402

376403
<details>
377404
<summary><strong>Other MCP Clients</strong></summary>

0 commit comments

Comments
 (0)