Agent Radar for Claude Desktop
io.github.zation/agent-radar
Search, inspect, recommend, and explain rated AI tools through Agent Radar.
client:Claude Desktop
transport:streamable-http
tools:4
Install Agent Radar in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agent-radar": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://agent-radar.zation1.workers.dev/api/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs