GIA Governance Intelligence Automation
Enterprise AI governance through the Model Context Protocol.
GIA is a production governance engine that gives AI agents enforceable decision controls, compliance scoring, immutable audit chains, and human-in-the-loop gates. Built for organizations operating under NIST, FedRAMP, CMMC, EU AI Act, and SOC 2 requirements.
29 MCP tools. One integration point. Integrates with any MCP-compatible agent, framework, or client.
Quick Start
The governance engine runs fully embedded — no API key, no external dependency.
npx gia-mcp-serverOr install globally:
npm install -g gia-mcp-server
gia-mcp-serverAll 29 tools are available immediately. By default the engine runs in-memory. Add a Postgres connection string for persistent audit trails:
DATABASE_URL=postgresql://... npx gia-mcp-serverMCP Client Configuration
Add to your MCP client config (stdio transport):
{
"mcpServers": {
"gia-governance": {
"command": "npx",
"args": ["-y", "gia-mcp-server"]
}
}
}





