5 months ago
A Model Context Protocol (MCP) server seamlessly connecting AI Agents and AI coding tools with Zilliz Cloud https://zilliz.com/
Server Config
{
"mcpServers": {
"zilliz-mcp-server": {
"command": "uvx",
"args": [
"zilliz-mcp-server"
],
"env": {
"ZILLIZ_CLOUD_TOKEN": "your-token-here"
}
}
}
}