Trustabl for VS Code
io.github.trustabl/agent-reliability-analyzer
Find and fix reliability and safety gaps in agent code, across nine agent SDKs.
client:VS Code
transport:stdio
runtime:oci
Install Trustabl in VS Code
.vscode/mcp.json
{
"servers": {
"agent-reliability-analyzer": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/trustabl/agent-reliability-analyzer:0.1.11"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs