Skip to content
Gemini CLI

Octocode for Gemini CLI

io.github.muvon/octocode

AI-powered code indexer with semantic search and knowledge graphs

client:Gemini CLI transport:stdio runtime:npm

Install Octocode in Gemini CLI

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

{
  "mcpServers": {
    "octocode": {
      "command": "npx",
      "args": [
        "-y",
        "@muvon/octocode"
      ]
    }
  }
}

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

Octocode in other clients