QMD MCP for Claude Desktop
io.github.x1pher/qmd-mcp
Local QMD search and bounded index maintenance through a Streamable HTTP MCP server.
client:Claude Desktop
transport:stdio
runtime:oci
Install QMD MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"qmd-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/x1pher/qmd-mcp:v0.1.3"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs