Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
Milvus MCP Server logo
MCP server

Milvus MCP Server

Vector, full-text and hybrid search over Milvus collections from an agent session.

0
SaveVisit website ↗

Add it to your client

Official
Install
uv run src/mcp_server_milvus/server.py --milvus-uri http://localhost:19530
mcpServers
{
  "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
Tools
milvus_vector_searchmilvus_text_searchmilvus_hybrid_searchmilvus_text_similarity_searchmilvus_querymilvus_list_collectionsmilvus_create_collectionmilvus_load_collectionmilvus_release_collectionmilvus_get_collection_infomilvus_insert_datamilvus_delete_entities

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.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?