PluginBench
MCP Server

com.hirosecure/architect MCP Server

com.hirosecure/architect

What is the com.hirosecure/architect MCP server?

Security reviews for coding agents: diffs checked against your org policy and live infrastructure.

How to install com.hirosecure/architect

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • X-API-Key
    required
    secret

    API key from https://app.hirosecure.com/settings/api-keys

Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "architect": {
      "url": "https://api.hirosecure.com/mcp/architect"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "architect": {
      "serverUrl": "https://api.hirosecure.com/mcp/architect"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "architect": {
      "type": "http",
      "url": "https://api.hirosecure.com/mcp/architect"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "architect": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.hirosecure.com/mcp/architect"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http architect https://api.hirosecure.com/mcp/architect

Related MCP servers

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