QMD MCP for Gemini CLI
io.github.x1pher/qmd-mcp
Local QMD search and bounded index maintenance through a Streamable HTTP MCP server.
client:Gemini CLI
transport:stdio
runtime:oci
Install QMD MCP in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"qmd-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/x1pher/qmd-mcp:v0.1.3"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs