Loading MCP server directory, please wait...
Find and fix reliability and safety gaps in agent code, across nine agent SDKs.
npx @getmcp/cli add io.github.trustabl/agent-reliability-analyzerRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.trustabl/agent-reliability-analyzer": {
"command": "docker",
"args": [
"{source_path}:/workspace:ro",
"/workspace",
"run",
"-i",
"--rm",
"ghcr.io/trustabl/agent-reliability-analyzer:0.1.11",
"mcp"
]
}
}
}