Skip to content
Zed

AnnealBridge for Zed

io.github.thetsungying/annealbridge

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

client:Zed transport:stdio runtime:pypi

Install AnnealBridge in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

AnnealBridge in other clients