mcp-server-milvus
This MCP server enables seamless integration between LLM applications and the Milvus vector database.
The Model Context Protocol (MCP) server for Milvus provides a standardized way to connect large language models (LLMs) with external data sources, specifically the Milvus vector database. It allows developers to build AI-powered applications that can efficiently access and utilize vector data, enhancing functionalities such as chat interfaces and custom AI workflows. By using this server, users can easily run and manage their connections to Milvus, leveraging its capabilities for storing and retrieving high-dimensional data. The server supports various running modes, including standard input/output and Server-Sent Events, making it versatile for different application needs.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-milvus": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-milvus"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions