Skip to content

Trustabl for Cline

io.github.trustabl/agent-reliability-analyzer

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

client:Cline transport:stdio runtime:oci

Install Trustabl in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Trustabl in other clients