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
{
"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