npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

gia-mcp-server

v0.2.2

Published

MCP proxy for GIA Governance — connects Claude Desktop and Claude Code to the hosted GIA governance engine.

Readme

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

| Tool | Description | |------|-------------| | classify_decision | Classify an AI agent decision using the MAI Framework | | score_governance | Compute weighted governance score from integrity, accuracy, and compliance values | | evaluate_threshold | Compute the Storey Threshold — governance health metric | | assess_risk_tier | Assess AI system risk tier with governance recommendations | | map_compliance | Map governance components to regulatory compliance frameworks | | approve_gate | Approve or reject a pending mandatory gate decision (human-in-the-loop) |

Audit & Monitoring

| Tool | Description | |------|-------------| | audit_pipeline | Query the hash-chained forensic audit ledger | | verify_ledger | Verify integrity of the audit ledger hash chain | | generate_report | Generate a governance status report | | system_status | Get full system health and configuration | | monitor_agents | Monitor status and health of governed AI agents |

Governed Memory Packs

| Tool | Description | |------|-------------| | seal_memory_pack | Create a hash-sealed Governed Memory Pack | | load_memory_pack | Load a memory pack into agent context with validation | | transfer_memory_pack | Transfer a memory pack between agents via governed corridor | | compose_memory_packs | Compose multiple memory packs into a unified context | | distill_memory_pack | Distill governance patterns from usage history | | promote_memory_pack | Promote a memory pack to a higher trust level |

Site Reliability

| Tool | Description | |------|-------------| | srt_run_watchdog | Submit health check results to the SRT Watchdog | | srt_diagnose | Run diagnostician on an incident | | srt_approve_repair | Approve or reject a pending repair plan | | srt_generate_postmortem | Generate a structured postmortem report |

Infrastructure Operations

| Tool | Description | |------|-------------| | gia_scan_environment | Detect target environment (OS, containers, services) | | gia_list_packs | List available operations packs | | gia_dry_run_pack | Preview pack execution with blast radius analysis | | gia_apply_pack | Execute a remediation or hardening pack | | gia_run_patrol | Execute read-only patrol or audit checks |

Value & Impact

| Tool | Description | |------|-------------| | record_value_metric | Record a workflow value metric for ROI reporting | | record_governance_event | Record a governance event | | generate_impact_report | Generate economic and governance impact report |

Configuration

| Environment Variable | Required | Default | Description | |---------------------|----------|---------|-------------| | GIA_API_KEY | Yes | — | Your GIA API key | | GIA_SERVER_URL | No | https://gia.aceadvising.com/mcp | Custom server URL |

Requirements

License

Proprietary. See LICENSE for details.

Copyright (c) 2025-2026 William J. Storey III / Advanced Consulting Experts (ACE)