Agent Reliability for Claude Desktop
dev.agentreliability/agent-reliability
Testing, benchmarking and auditing autonomous AI agents — methods, harnesses, evidence
client:Claude Desktop
transport:streamable-http
tools:9
Install Agent Reliability in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agent-reliability": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://agentreliability.dev/mcp?via=manifest"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs