Skip to content
Gemini CLI

RTFM for Gemini CLI

io.github.roomi-fields/rtfm

The open retrieval layer for AI agents — index code, docs, data. Search via MCP.

client:Gemini CLI transport:stdio runtime:pypi

Install RTFM in Gemini CLI

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

{
  "mcpServers": {
    "rtfm": {
      "command": "uvx",
      "args": [
        "rtfm-ai"
      ]
    }
  }
}

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

RTFM in other clients