The reputation layer for AI skills, tools & agents

zilliztech/mcp-server-milvus

Score: 32.9 Rank #5022

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

Expand your description to 150+ characters for better discoverability

Freshness high impact

Last commit was 82 days ago — a recent commit would boost your freshness score

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge

AgentRank score for zilliztech/mcp-server-milvus
[![AgentRank](https://agentrank-ai.com/api/badge/tool/zilliztech--mcp-server-milvus)](https://agentrank-ai.com/tool/zilliztech--mcp-server-milvus)
<a href="https://agentrank-ai.com/tool/zilliztech--mcp-server-milvus"><img src="https://agentrank-ai.com/api/badge/tool/zilliztech--mcp-server-milvus" alt="AgentRank"></a>

Matched Queries

"mcp server""mcp-server""model context protocol""model-context-protocol"

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