Skip to content
Cursor

QMD MCP for Cursor

io.github.x1pher/qmd-mcp

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

client:Cursor transport:stdio runtime:oci

Install QMD MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

QMD MCP in other clients