Indexes the coding-agent sessions already sitting on your disk — months of history from before you installed it — and serves them back over MCP. 3.5 GB searched in ~1.5 ms, no LLM, no embeddings.
Milvus
Summary
Search and manage Milvus vector collections from an AI client — vector, full-text, and hybrid queries.
Features
- Vector, full-text, and hybrid search over Milvus collections
- Collection and index management
- Works with Milvus Lite, self-hosted, and Zilliz Cloud
Installation
Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.
Description
The Milvus MCP server from Zilliz gives an assistant access to Milvus, one of the most widely deployed open-source vector databases.
Capabilities
- Search — dense vector similarity, sparse full-text, and hybrid queries combining both, with metadata filtering
- Collection management — create, describe, load, release, and drop collections
- Data operations — insert, upsert, delete, and query by expression
- Index management for tuning the accuracy/speed trade-off
Deployment options
The same server works against Milvus Lite (an embedded file-based mode ideal for local development), a self-hosted Milvus cluster, and Zilliz Cloud. That range means the same configuration pattern carries from a laptop prototype to production.
Where it fits
Useful both as a retrieval backend an assistant can query during a task, and as a development aid — inspecting what is actually in a collection is the fastest way to debug a RAG pipeline returning nonsense.
Runs with uvx mcp-server-milvus --milvus-uri <uri>.
Related MCP Servers
Weaviate's MCP server, built into the database itself — hybrid search, schema inspection, tenant listing and batch upserts at /v1/mcp, scoped by RBAC.
Google's open-source MCP server for enterprise databases — one binary that fronts AlloyDB, BigQuery, Spanner, Postgres, MySQL, Oracle, MongoDB, Snowflake and more.
A universal database MCP server — one integration for PostgreSQL, MySQL, SQL Server, SQLite, and MariaDB.
