Skip to content
Gemini CLI

RepoFold for Gemini CLI

dev.repofold/repofold

A cited wiki of your GitHub repo: search, read pages, find symbols and ask, with line citations.

client:Gemini CLI transport:streamable-http

Install RepoFold in Gemini CLI

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

{
  "mcpServers": {
    "repofold": {
      "httpUrl": "https://repofold.dev/api/mcp"
    }
  }
}

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

RepoFold in other clients