Milvus
Freeby AI Labs
Cloud-native vector database built for scale.
v1.0.0Added Feb 28, 2025
milvusvector-dbscale
Milvus MCP Server
Cloud-native vector database built for scale.
Features
- Collections
- Indexes
- Partitions
- Hybrid search
- GPU acceleration
Installation
{
"mcpServers": {
"milvus": {
"command": "npx",
"args": ["-y", "mcp-milvus"]
}
}
}
Reviews
Installation
Quick install
npx -y mcp-milvus
Add to claude_desktop_config.json
{
"mcpServers": {
"milvus": {
"command": "npx",
"args": ["-y", "mcp-milvus"]
}
}
}