AnnealBridge for VS Code
io.github.thetsungying/annealbridge
Optimization middleware for AI agents: JSON problem in, verified and ranked solutions out.
client:VS Code
transport:stdio
runtime:pypi
Install AnnealBridge in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "annealbridge-allow-remote",
"description": "ANNEALBRIDGE_ALLOW_REMOTE",
"password": true
}
],
"servers": {
"annealbridge": {
"type": "stdio",
"command": "uvx",
"args": [
"annealbridge"
],
"env": {
"ANNEALBRIDGE_ALLOW_REMOTE": "${input:annealbridge-allow-remote}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs