agents for Claude Desktop
com.hirosecure/agents
Programmatic control of the Hiro security platform: scans, tasks, plans, and approvals.
client:Claude Desktop
transport:streamable-http
Install agents in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agents": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.hirosecure.com/mcp/agents"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs