by zilliztech · MCP Server · ★ 231
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
MCP Server for Milvus The Model Context Protocol (MCP) is an open protocol that enables seamless integration between LLM applications and external data sources and tools. Whether you're building an AI-powered IDE, enhancing a chat interface, or creating custom AI workflows, MCP provides a standardized way to connect LLMs with the context they need. This repository contains a MCP server that provides access to Milvus vector database functionality. Prerequisites Before using this MCP server, ensure you have: Python 3.10 or higher A running Milvus instance (local or remote) uv installed (recommended for running the server) Usage The recommended way to use this MCP server is to run it directly with without installation. This is how both Claude Desktop and Cursor are configured to use it in the examples below. If you want to clone the repository: Then you can run the server directly: Alternatively you can change the .env file in the directory to set the environment variables and run the server with the following command: Important: the .env file will have higher priority
| Stars | 231 |
| Forks | 66 |
| Language | Python |
| Category | MCP Server |
| License | Apache-2.0 |
| Quality Score | 34.2/100 |
| Open Issues | 2 |
| Last Updated | 2026-05-08 |
| Created | 2025-03-06 |
| Platforms | mcp, python |
| Est. Tokens | ~485k |
These tools work well together with mcp-server-milvus for enhanced workflows:
Explore other popular mcp server tools:
mcp-server-milvus is Model Context Protocol Servers for Milvus. It is categorized as a MCP Server with 231 GitHub stars.
mcp-server-milvus is primarily written in Python.
You can find installation instructions and usage details in the mcp-server-milvus GitHub repository at github.com/zilliztech/mcp-server-milvus. The project has 231 stars and 66 forks, indicating an active community.
mcp-server-milvus is released under the Apache-2.0 license, making it free to use and modify according to the license terms.