GIA MCP Server
The GIA (Governance Intelligence Architecture) MCP Server provides enterprise-grade AI governance for Claude agents. It requires a valid GIA_API_KEY connected to https://gia.aceadvising.com/mcp to enable its full toolset.
Governance Core
Classify AI decisions using the MAI Framework (Mandatory, Advisory, Informational)
Compute governance scores and evaluate health via the Storey Threshold metric
Assess AI risk tiers and map to compliance frameworks (NIST AI RMF, EU AI Act, ISO 42001, NIST 800-53)
Approve or reject human-in-the-loop gate decisions
Audit & Monitoring
Query and verify hash-chained, tamper-evident forensic audit ledgers
Generate governance status reports and monitor AI agent health/configuration
Governed Memory Packs
Create, load, transfer, compose, distill, and promote hash-sealed memory packs with trust levels, TTL, and role-based access control
Site Reliability
Submit watchdog health checks, diagnose incidents, approve/reject repair plans, and generate postmortem reports
Infrastructure Operations
Scan environments, list/preview/execute remediation and hardening packs, and run read-only patrol/audit checks
Value & Impact
Record workflow value metrics and governance events; generate ROI and governance impact reports
⚠️ The server is currently disconnected. Only the
gia_system_statustool is available until a validGIA_API_KEYis configured.
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"]
}
}
}Streamable HTTP (Remote)
A hosted endpoint is available for frameworks that prefer HTTP transport:
https://gia.aceadvising.com/mcpRequires GIA_API_KEY — contact aceadvising.com for access.
Smithery
npx -y @smithery/cli install gia-mcp-serverRelated MCP server: SupraWall MCP Plugin
Tools
Decision Controls (MAI Framework)
Tool | Description |
| Classify agent decisions as Mandatory, Advisory, or Informational |
| Human-in-the-loop approval for Mandatory gates |
| Compute escalation health (Storey Threshold) |
| Weighted governance scoring (Integrity, Accuracy, Compliance) |
Compliance & Audit
Tool | Description |
| Query the hash-chained forensic audit ledger |
| Verify SHA-256 chain integrity from genesis |
| Map controls to NIST AI RMF, EU AI Act, ISO 42001, NIST 800-53 |
| EU AI Act risk tier classification |
| Governance status reports (summary, detailed, executive) |
Knowledge Packs
Tool | Description |
| Create immutable, TTL-bound knowledge artifacts |
| Load packs with trust level and role enforcement |
| Governed knowledge transfer between agents |
| Merge packs with risk contamination rules |
| Extract governance patterns from usage history |
| Promote packs to higher trust levels after review |
Security & Operations
Tool | Description |
| Agent health, repair history, failure counts |
| Infrastructure health probes (API, disk, memory, TLS, DB, DNS) |
| Incident diagnosis with playbook matching |
| Human-approved repair execution |
| Structured incident postmortems with TTD/TTR metrics |
Infrastructure Remediation
Tool | Description |
| Scout swarm for environment detection |
| List remediation, patrol, hardening, and audit packs |
| Preview pack execution with blast radius analysis |
| Execute remediation with mandatory human approval |
| Read-only posture checks and compliance audits |
Impact & Value
Tool | Description |
| Track time saved, risks blocked, autonomy levels |
| Log gates, drift prevention, violations blocked |
| Economic + governance ROI reporting |
| Engine health, uptime, configuration |
Architecture
GIA enforces governance through three layers:
Decision Controls — MAI classification gates side effects and high-impact actions
Step Hooks — Workflow progression control at each pipeline stage
Kernel Hooks — Resource control at the LLM boundary, including sub-agents
Every governance action is recorded in a SHA-256 hash-chained audit ledger that can be independently verified.
Compliance Coverage
NIST AI RMF — Risk management framework mapping
EU AI Act — Risk tier assessment and control mapping
ISO 42001 — AI management system alignment
NIST 800-53 — Federal security control mapping
CMMC 2.0 — DoD cybersecurity maturity
FedRAMP — Federal cloud authorization
SOC 2 — Service organization controls
About
Built by Advanced Consulting Experts (ACE) — a Service-Disabled Veteran-Owned Small Business (SDVOSB).
GIA was designed by William J. Storey III, a 17-year Information System Security Officer with experience across DoD contracts and U.S. Army Ranger Battalion operations. The same discipline applied to securing classified systems now governs AI agent workforces.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA governance and control layer for MCP tools that manages tool requests as intents through policy-based approval, queuing, or blocking. It enables secure human oversight and audit trails for consequential agent actions across platforms like Claude Desktop and Cursor.Last updated1MIT No Attribution
- Flicense-qualityDmaintenanceEnterprise-grade security for Claude Desktop agents: blocks dangerous actions, requires human approval via Slack, and provides compliance-ready audit logs.Last updated4
- Flicense-qualityCmaintenanceA governed MCP server for integrating AI agents with customer data, featuring role-based access control, field redaction, and human-in-the-loop approval for secure support operations.Last updated1
- Alicense-qualityCmaintenanceAn MCP server that acts as a governance proxy for AI agents, evaluating each tool call against policies before execution, enabling secure and controlled access to systems like Slack, GitHub, and AWS without exposing credentials to the agent.Last updatedApache 2.0
Related MCP Connectors
Enterprise AI Control Plane: governance, guardrails, spend tracking, compliance & smart routing.
Sovereign Agent OS — Persistent Memory, Governance & Compliance for AI Agents.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/knowledgepa3/gia-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server