Skip to content

Milvus Knowledge

Free

by MCP Community

MCP server for Milvus knowledge base integration with semantic search capabilities

v1.0.0Added Apr 12, 2026
mcpmodel-context-protocolmilvusvector-databaseknowledge-base
Works with:ClaudeGPTGeminiCopilot

Milvus Knowledge MCP Server

MCP server for Milvus knowledge base integration with semantic search capabilities

Installation

Reviews

Leave a Review

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"]
    }
  }
}