File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments