Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"gia-governance": {
"env": {
"GIA_API_KEY": "your-key"
},
"args": [
"-y",
"gia-mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
AI governance engine — decision controls, compliance, audit chains, knowledge packs.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@knowledgepa3/gia-mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @knowledgepa3/gia-mcp-server against OSV.dev.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in legal
87 tools for Korean law — statutes, precedents, ordinances, interpretations | MCP Server · CLI · npm
Proof primitive for AI agents on MultiversX. Anchor file hashes on-chain as verifiable proofs.
956k Swiss court decisions: full-text search, citation graph, statute lookup (DE/FR/IT)
AFIP — Argentine tax authority, electronic invoicing (Factura Electrónica)
MCP Security Weekly
Get CVE alerts and security updates for io.github.knowledgepa3/gia-mcp-server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
The governance engine runs fully embedded — no API key, no external dependency.
npx gia-mcp-server
Or install globally:
npm install -g gia-mcp-server
gia-mcp-server
All 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-server
Add to your MCP client config (stdio transport):
{
"mcpServers": {
"gia-governance": {
"command": "npx",
"args": ["-y", "gia-mcp-server"]
}
}
}
A hosted endpoint is available for frameworks that prefer HTTP transport:
https://gia.aceadvising.com/mcp
Requires GIA_API_KEY — contact aceadvising.com for access.
npx -y @smithery/cli install gia-mcp-server
| Tool | Description |
|---|---|
classify_decision | Classify agent decisions as Mandatory, Advisory, or Informational |
approve_gate | Human-in-the-loop approval for Mandatory gates |
evaluate_threshold | Compute escalation health (Storey Threshold) |
score_governance | Weighted governance scoring (Integrity, Accuracy, Compliance) |
| Tool | Description |
|---|---|
audit_pipeline | Query the hash-chained forensic audit ledger |
verify_ledger | Verify SHA-256 chain integrity from genesis |
map_compliance | Map controls to NIST AI RMF, EU AI Act, ISO 42001, NIST 800-53 |
assess_risk_tier | EU AI Act risk tier classification |
generate_report | Governance status reports (summary, detailed, executive) |
| Tool | Description |
|---|---|
seal_memory_pack | Create immutable, TTL-bound knowledge artifacts |
load_memory_pack | Load packs with trust level and role enforcement |
transfer_memory_pack | Governed knowledge transfer between agents |
compose_memory_packs | Merge packs with risk contamination rules |
distill_memory_pack | Extract governance patterns from usage history |
promote_memory_pack | Promote packs to higher trust levels after review |
| Tool | Description |
|---|---|
monitor_agents | Agent health, repair history, failure counts |
srt_run_watchdog | Infrastructure health probes (API, disk, memory, TLS, DB, DNS) |
srt_diagnose | Incident diagnosis with playbook matching |
srt_approve_repair | Human-approved repair execution |
srt_generate_postmortem | Structured incident postmortems with TTD/TTR metrics |
| Tool | Description |
|---|---|
gia_scan_environment | Scout swarm for environment detection |
gia_list_packs | List remediation, patrol, hardening, and audit packs |
gia_dry_run_pack | Preview pack execution with blast radius analysis |
gia_apply_pack | Execute remediation with mandatory human approval |
gia_run_patrol | Read-only posture checks and compliance audits |
| Tool | Description |
|---|---|
record_value_metric | Track time saved, risks blocked, autonomy levels |
record_governance_event | Log gates, drift prevention, violations blocked |
generate_impact_report | Economic + governance ROI reporting |
system_status | Engine health, uptime, configuration |
GI