Milvus Knowledge
Freeby MCP Community
MCP server for Milvus knowledge base integration with semantic search capabilities
v1.0.0Added Apr 12, 2026
mcpmodel-context-protocolmilvusvector-databaseknowledge-base
Milvus Knowledge MCP Server
MCP server for Milvus knowledge base integration with semantic search capabilities
Installation
Reviews
Installation
Quick install
npx -y milvus-knowledge-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"milvus-knowledge": {
"command": "npx",
"args": ["-y", "milvus-knowledge-mcp-server"]
}
}
}