Milvus MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.
MCP server for Milvus: collections, stats, search. Works with any instance.
Today is the operative word: we check Milvus MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add milvus-mcp -- npx -y milvus-mcp
{
"mcpServers": {
"milvus-mcp": {
"args": [
"-y",
"milvus-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.milvus-mcp]
command = "npx"
args = ["-y", "milvus-mcp"]
{
"mcpServers": {
"milvus-mcp": {
"args": [
"-y",
"milvus-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"milvus-mcp": {
"args": [
"-y",
"milvus-mcp"
],
"command": "npx"
}
}
}
MCP server for Weaviate: collections, objects, GraphQL search. Works with any instance.
Local FAISS vector database for RAG with document ingestion, semantic search, and MCP prompts.
Temporal memory MCP server with LanceDB vector search, weight-decay scoring, and LLM consolidation
MCP server for Obsidian Smart Connections. Semantic search using your vault's embeddings.
Cloudflare Workers MCP server: embedding-search
Read-only Qdrant vector DB for AI agents — collections, info, browse points, count, search.
SEC 10-K/10-Q/8-K search, RAG Q&A, comparison, and anomaly detection with citations.
MCP server for the xAI Grok API — chat, vision, search, and embeddings
Answers built from our own checks of this server.