Skip to content
Grok

milvus mcp for Grok

io.github.mrfentmen/milvus-mcp

MCP server for Milvus: collections, stats, search. Works with any instance.

client:Grok transport:stdio runtime:npm

Install milvus mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "milvus-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "milvus-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

milvus mcp in other clients