AI & LLMs
Milvus MCP
Milvus MCP connects your AI assistant to Milvus, the open-source vector database built for billion-scale similarity search. Create and manage collections, insert and query vectors, perform hybrid search with filtering, and build production RAG applications. Supports GPU-accelerated indexing.
Stars
520
Installs
28.0k
License
Apache-2.0
Kind
MCP
Trust evidence
Verified
Verified MCP — curated catalog entry with reviewed setup metadata.
- Stars: 520 · catalog
- Freshness: Updated 2026-01-22
- Used in 0 known stacks (editorial graph may still apply)
Prerequisites
- · Host app that loads MCP config (Cursor, Claude Desktop, etc.)
- · Environment: MILVUS_URI
- · Environment: MILVUS_TOKEN
- · Python 3 + pip
Reference command
{
"mcpServers": {
"milvus": {
"command": "python",
"args": ["-m", "mcp_server_milvus"],
"env": {
"MILVUS_URI": "<your-milvus-uri>",
"MILVUS_TOKEN": "<your-token>"
}
}
}
}