Skip to content
Gemini CLI

mcp docs server for Gemini CLI

io.github.praveenc/mcp-docs-server

MCP server for searching MCP protocol documentation

client:Gemini CLI transport:stdio runtime:npm

Install mcp docs server in Gemini CLI

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

{
  "mcpServers": {
    "mcp-docs-server": {
      "command": "npx",
      "args": [
        "-y",
        "@praveenc/mcp-docs-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 docs server in other clients