tonycai/milvus-mcp-server
If you are the rightful owner of milvus-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A connector enabling Large Language Models to interface with Milvus vector databases through Anthropic's Model Context Protocol (MCP).
Tools
Functions exposed to the LLM to take actions
milvus_text_search
Search for documents using full text search.
milvus_list_collections
List all collections in the database.
milvus_query
Query collection using filter expressions.
milvus_vector_search
Perform vector similarity search.
milvus_create_collection
Create a new collection with specified schema.
milvus_insert_data
Insert data into a collection.
milvus_delete_entities
Delete entities from a collection.
milvus_load_collection
Load a collection into memory.
milvus_release_collection
Release a collection from memory.
milvus_list_databases
List all databases in the Milvus instance.
milvus_use_database
Switch to a different database.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client