Skip to content
Gemini CLI

compendio mcp for Gemini CLI

io.github.rulogb/compendio-mcp

Indexes your project's markdown docs and serves them to any agent via local hybrid search.

client:Gemini CLI transport:stdio runtime:npm

Install compendio mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "compendio-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "compendio-mcp"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

compendio mcp in other clients