Skip to content
Cursor

AnnealBridge for Cursor

io.github.thetsungying/annealbridge

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

client:Cursor transport:stdio runtime:pypi

Install AnnealBridge in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

AnnealBridge in other clients