mcp-server-milvus

zilliztech/mcp-server-milvus
★ 220 stars Python 🧠 Memory/Knowledge Updated 1mo ago
Model Context Protocol Servers for Milvus
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-milvus": {
      "command": "uvx",
      "args": [
        "mcp-server-milvus"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-milvus