What is the com.hirosecure/agents MCP server?
Programmatic control of the Hiro security platform: scans, tasks, plans, and approvals.
How to install com.hirosecure/agents
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Environment / auth
X-API-KeyrequiredsecretAPI key from https://app.hirosecure.com/settings/api-keys
Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"agents": {
"url": "https://api.hirosecure.com/mcp/agents"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agents": {
"serverUrl": "https://api.hirosecure.com/mcp/agents"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"agents": {
"type": "http",
"url": "https://api.hirosecure.com/mcp/agents"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"agents": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.hirosecure.com/mcp/agents"
]
}
}
}Claude Code
claude mcp add --transport http agents https://api.hirosecure.com/mcp/agentsRelated MCP servers
Security reviews for coding agents: diffs checked against your org policy and live infrastructure.