Skip to content
Gemini CLI

Repowise (Hosted) for Gemini CLI

dev.repowise/repowise-hosted

Hosted codebase intelligence for repos indexed on repowise.dev — no local indexing needed.

client:Gemini CLI transport:streamable-http

Install Repowise (Hosted) in Gemini CLI

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

{
  "mcpServers": {
    "repowise-hosted": {
      "httpUrl": "https://api.repowise.dev/mcp/{owner}/{repo}"
    }
  }
}

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

Repowise (Hosted) in other clients