← Back to Plugins
MCP Server MCP

GIA — Governed Intelligence Architecture

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://gia.aceadvising.com/mcp",
      "headers": [
        {
          "description": "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.",
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "gia-mcp-server",
      "version": "0.4.4",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...