Skip to content
Zed

QMD MCP for Zed

io.github.x1pher/qmd-mcp

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

client:Zed transport:stdio runtime:oci

Install QMD MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

QMD MCP in other clients