Skip to content
Gemini CLI

fixmap for Gemini CLI

io.github.aryamthecodebreaker/fixmap

Deterministic local-first context and impact maps for coding agents from tasks, issues, and diffs.

client:Gemini CLI transport:stdio runtime:npm

Install fixmap in Gemini CLI

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

{
  "mcpServers": {
    "fixmap": {
      "command": "npx",
      "args": [
        "-y",
        "@aryam/fixmap"
      ]
    }
  }
}

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

fixmap in other clients