Skip to content
VS Code

QMD MCP for VS Code

io.github.x1pher/qmd-mcp

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

client:VS Code transport:stdio runtime:oci

Install QMD MCP in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

QMD MCP in other clients