Skip to content
VS Code

agents for VS Code

com.hirosecure/agents

Programmatic control of the Hiro security platform: scans, tasks, plans, and approvals.

client:VS Code transport:streamable-http

Install agents in VS Code

.vscode/mcp.json

{
  "servers": {
    "agents": {
      "type": "http",
      "url": "https://api.hirosecure.com/mcp/agents"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

agents in other clients