Milvus MCP Server
Vector, full-text and hybrid search over Milvus collections from an agent session.
Add it to your client
Officialuv run src/mcp_server_milvus/server.py --milvus-uri http://localhost:19530
{
"mcpServers": {
"milvus-mcp": {
"command": "uv",
"args": [
"run",
"src/mcp_server_milvus/server.py",
"--milvus-uri",
"http://localhost:19530"
]
}
}
}- Transport
- both
- Runtime
- Python
- Auth
- Not required
- License
- Apache-2.0
Built by Zilliz, the team behind Milvus, this server exposes the search modes the engine supports separately: raw vector search, full-text search, similarity over a text field, hybrid search and structured filter queries. Collection management is covered too, including creating a collection, loading it into or releasing it from memory, reading its schema and inserting or deleting entities. It points at a Milvus URI, so a local Docker instance and a Zilliz Cloud deployment are configured the same way, with an optional token for authentication.
Similar MCP servers
Directus Content MCP Server
MCP serverReads and writes a Directus project under its own permission rules.
Meilisearch MCP
MCP serverOperates a Meilisearch instance, not just its search endpoint.
Azure MCP Server
MCP serverOne server covering Azure services, plus a hosted endpoint for Microsoft Learn.
Comments(0)
Sign in to comment