Skip to content
Grok

QMD MCP for Grok

io.github.x1pher/qmd-mcp

Local QMD search and bounded index maintenance through a Streamable HTTP MCP server.

client:Grok transport:stdio runtime:oci

Install QMD MCP in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "qmd-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/x1pher/qmd-mcp:v0.1.3"
      ]
    }
  }
}

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

QMD MCP in other clients