zilliztech/mcp-server-milvus
Model Context Protocol Servers for Milvus
Overview
zilliztech/mcp-server-milvus is a Python MCP server licensed under Apache-2.0. Model Context Protocol Servers for Milvus
Ranked #5022 out of 25632 indexed tools.
Ecosystem
Python Apache-2.0
Signal Breakdown
Stars 220
Freshness 2mo ago
Issue Health 54%
Contributors 9
Dependents 0
Forks 64
Description Brief
License Apache-2.0
How to Improve
Description low impact
Freshness high impact
Dependents medium impact
Matched Queries
From the README
# 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](https://milvus.io/) vector database functionality. ## Prerequisites Before using this MCP server, ensure you have: - Python 3.10 or higher - A running [Milvus](https://milvus.io/) instance (local or remote) - [uv](https://github.com/astral-sh/uv) installed (recommended for running the server) ## Usage The recommended way to use this MCP server is to run it directly with `uv` 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: ```bash git clone https://github.com/Read full README on GitHub →
Are you the maintainer? Claim this listing