Skip to content
Claude Desktop

GIA — Governed Intelligence Architecture for Claude Desktop

io.github.knowledgepa3/gia-mcp-server

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

client:Claude Desktop transport:streamable-http runtime:npm

Install GIA — Governed Intelligence Architecture in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "gia-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://gia.aceadvising.com/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

GIA — Governed Intelligence Architecture in other clients