Back to MCP Servers
Milvus
Manage Milvus vector database collections, perform similarity searches, and handle vector embeddings for AI applications
milvusvector-databaseembeddingsaisearch
By Zilliz
Installation
pip install mcp-server-milvusConfiguration
{
"mcpServers": {
"milvus": {
"command": "uvx",
"args": ["mcp-server-milvus"],
"env": {
"MILVUS_URI": "http://localhost:19530",
"MILVUS_TOKEN": "your-milvus-token"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes