Skip to content

Trustabl for Cursor

io.github.trustabl/agent-reliability-analyzer

Find and fix reliability and safety gaps in agent code, across nine agent SDKs.

client:Cursor transport:stdio runtime:oci

Install Trustabl in Cursor

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

{
  "mcpServers": {
    "agent-reliability-analyzer": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/trustabl/agent-reliability-analyzer:0.1.11"
      ]
    }
  }
}

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

Trustabl in other clients