MCP Hub
Back to servers

gia-mcp-server

Requires Setup

Enterprise AI governance: audit trails, compliance, human-in-the-loop gates for Claude.

Registry
Stars
1
Updated
Feb 26, 2026
Validated
Mar 16, 2026

Quick Install

npx -y gia-mcp-server

GIA MCP Server

npm version License Node MCP

Governance Intelligence Architecture — the governance layer for Claude AI agents.

This package connects Claude Desktop and Claude Code to the hosted GIA governance engine, giving your AI workflows enterprise-grade governance: decision classification, forensic audit trails, human-in-the-loop gates, compliance mapping, and more.

Built on Anthropic's Model Context Protocol.

Why GIA?

AI agents are powerful — but ungoverned AI agents are a liability. GIA solves this by providing:

  • Decision Classification — Every AI decision is classified as Mandatory (human required), Advisory (human optional), or Informational (agent autonomous)
  • Forensic Audit Trail — Hash-chained, tamper-evident ledger of every operation, decision, and gate approval
  • Human-in-the-Loop Gates — High-impact actions require explicit human approval before execution
  • Compliance Mapping — Map governance controls to NIST AI RMF, EU AI Act, ISO 42001, and NIST 800-53
  • Governed Memory — Hash-sealed knowledge packs with trust levels, TTL, and role-based access

GIA is the governance layer that makes Claude deployments enterprise-ready.

Quick Start

1. Get an API Key

Visit gia.aceadvising.com to create an account and generate an API key.

2. Configure Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "gia": {
      "command": "npx",
      "args": ["-y", "gia-mcp-server"],
      "env": {
        "GIA_API_KEY": "gia_your_api_key_here"
      }
    }
  }
}

3. Configure Claude Code

claude mcp add gia -- npx -y gia-mcp-server

Then set your API key in your environment:

export GIA_API_KEY=gia_your_api_key_here

How It Works

Claude Desktop/Code  <--stdio-->  gia-mcp-server  <--HTTPS-->  gia.aceadvising.com
     (MCP Client)                  (this package)               (Governance Engine)

This package is a lightweight proxy. All governance logic runs on the hosted GIA server — nothing is computed locally. When you add new tools or capabilities on the server, they appear automatically without updating this package.

Available Tools

Governance Core

ToolDescription
classify_decisionClassify an AI agent decision using the MAI Framework
score_governanceCompute weighted governance score from integrity, accuracy, and compliance values
evaluate_thresholdCompute the Storey Threshold — governance health metric
assess_risk_tierAssess AI system risk tier with governance recommendations
map_complianceMap governance components to regulatory compliance frameworks
approve_gateApprove or reject a pending mandatory gate decision (human-in-the-loop)

Audit & Monitoring

ToolDescription
audit_pipelineQuery the hash-chained forensic audit ledger
verify_ledgerVerify integrity of the audit ledger hash chain
generate_reportGenerate a governance status report
system_statusGet full system health and configuration
monitor_agentsMonitor status and health of governed AI agents

Governed Memory Packs

ToolDescription
seal_memory_packCreate a hash-sealed Governed Memory Pack
load_memory_packLoad a memory pack into agent context with validation
transfer_memory_packTransfer a memory pack between agents via governed corridor
compose_memory_packsCompose multiple memory packs into a unified context
distill_memory_packDistill governance patterns from usage history
promote_memory_packPromote a memory pack to a higher trust level

Site Reliability

ToolDescription
srt_run_watchdogSubmit health check results to the SRT Watchdog
srt_diagnoseRun diagnostician on an incident
srt_approve_repairApprove or reject a pending repair plan
srt_generate_postmortemGenerate a structured postmortem report

Infrastructure Operations

ToolDescription
gia_scan_environmentDetect target environment (OS, containers, services)
gia_list_packsList available operations packs
gia_dry_run_packPreview pack execution with blast radius analysis
gia_apply_packExecute a remediation or hardening pack
gia_run_patrolExecute read-only patrol or audit checks

Value & Impact

ToolDescription
record_value_metricRecord a workflow value metric for ROI reporting
record_governance_eventRecord a governance event
generate_impact_reportGenerate economic and governance impact report

Configuration

Environment VariableRequiredDefaultDescription
GIA_API_KEYYesYour GIA API key
GIA_SERVER_URLNohttps://gia.aceadvising.com/mcpCustom server URL

Requirements

License

Proprietary. See LICENSE for details.

Copyright (c) 2025-2026 William J. Storey III / ACE Advising

Reviews

No reviews yet

Sign in to write a review