Home › Security › GIA — Governed Intelligence Architecture

GIA — Governed Intelligence Architecture

Runtime AI governance: decision gates, human approval, hash-chained audit, compliance mapping.

TypeScript Cloud macOSWindowsLinux Remote

Topics: Security

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://gia.aceadvising.com/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http gia-mcp-server https://gia.aceadvising.com/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "gia-mcp-server": {
      "url": "https://gia.aceadvising.com/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization — Bearer <GIA_API_KEY> — the endpoint accepts an Authorization bearer token or a GIA_API_KEY query parameter. It does NOT accept x-api-key.

Package (npm 0.4.4)

npx -y gia-mcp-server@0.4.4

Or add to your MCP client config:

{
  "mcpServers": {
    "gia-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "gia-mcp-server@0.4.4"
      ]
    }
  }
}

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry