Claude-Compatible Milvus MCP Server
@TerrysPOV
关于 Claude-Compatible Milvus MCP Server
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Claude-Compatible Milvus MCP Server?
It connects Anthropic's Claude (via Claude Desktop) to a Milvus vector database using the Model Context Protocol (MCP). Includes a FastMCP server, Milvus Docker setup, and a shell script for launching the server for Claude.
How to use Claude-Compatible Milvus MCP Server?
Clone the repo, start Milvus via Docker Compose in milvus-standalone/, install uv, sync Python environment in fastmcp/, test the server, then update Claude’s config (claude_desktop_config.json) with the path to run_milvus_server.sh. Restart Claude and ask it to call Milvus tools.
Key features of Claude-Compatible Milvus MCP Server
- Fully MCP-compatible FastMCP server for Milvus
- Milvus setup via Docker Compose
- Shell script to launch the server correctly for Claude
- Official Milvus tool names for Claude compatibility
- Uses OpenAI embeddings (text-embedding-ada-002)
Use cases of Claude-Compatible Milvus MCP Server
- List all collections in a Milvus database via Claude
- Create a new collection using natural language
- Search vector data with Claude’s assistance
FAQ from Claude-Compatible Milvus MCP Server
What does this server do?
It enables Claude Desktop to interact with a Milvus vector database through MCP tools.
What are the prerequisites?
Docker, uv (Python package manager), and a Claude Desktop installation.
How do I ensure tool names work?
Tools must exactly match Milvus naming conventions (e.g., create_collection, list_collections) and be case-sensitive. Do not rename.
How can I test the server?
Run the server script directly (uv run python milvus-server/server.py) or use the provided test scripts or Claude Desktop interface.
What next steps are planned?
Adding more tools (delete_collection, upsert), test scripts, and GitHub Actions validation.
数据库 分类下的更多 MCP 服务器
Postgres Mcp
crystaldbaPostgres MCP Pro provides configurable read/write access and performance analysis for you and your AI agents.
Elasticsearch/OpenSearch MCP Server
cr7258A Model Context Protocol (MCP) server implementation that provides Elasticsearch and OpenSearch interaction.
Snowflake MCP Server
isaacwassermanNeon MCP Server
neondatabaseMCP server for interacting with Neon Management API and databases
MongoDB MCP Server
mongodb-jsA Model Context Protocol server to connect to MongoDB databases and MongoDB Atlas Clusters.
评论