Skip to content
Gemini CLI

AnnealBridge for Gemini CLI

io.github.thetsungying/annealbridge

Optimization middleware for AI agents: JSON problem in, verified and ranked solutions out.

client:Gemini CLI transport:stdio runtime:pypi

Install AnnealBridge in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "annealbridge": {
      "command": "uvx",
      "args": [
        "annealbridge"
      ],
      "env": {
        "ANNEALBRIDGE_ALLOW_REMOTE": "<ANNEALBRIDGE_ALLOW_REMOTE>"
      }
    }
  }
}

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

AnnealBridge in other clients