Skip to content
Gemini CLI

mcp documentation server for Gemini CLI

io.github.andrea9293/mcp-documentation-server

Local-first document management and semantic search for AI coding agents

client:Gemini CLI transport:stdio runtime:npm

Install mcp documentation server in Gemini CLI

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

{
  "mcpServers": {
    "mcp-documentation-server": {
      "command": "npx",
      "args": [
        "-y",
        "@andrea9293/mcp-documentation-server"
      ]
    }
  }
}

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

mcp documentation server in other clients