Skip to content

Releases: knowledgepa3/gia-mcp-server

v0.2.1 — Official MCP Registry

26 Feb 03:41

Choose a tag to compare

Changes

  • Added mcpName field to package.json for official MCP Registry compatibility
  • Published to registry.modelcontextprotocol.io as io.github.knowledgepa3/gia-mcp-server
  • Added server.json registry metadata
  • Secured .mcpregistry_* token files in .gitignore

No functional changes to the proxy. All governance tools remain the same.

Install: npx -y gia-mcp-server

v0.2.0 — MCP Proxy (Zero Local IP)

26 Feb 02:52

Choose a tag to compare

What's New

Architecture change: GIA MCP Server is now a lightweight proxy to the hosted governance engine at gia.aceadvising.com. All governance logic runs server-side — zero IP ships in the npm package.

Setup

npx -y gia-mcp-server

Or add to Claude Desktop config:

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

29 Governance Tools Available

  • MAI Framework — Classify AI decisions as Mandatory, Advisory, or Informational
  • Forensic Audit Ledger — Hash-chained, tamper-evident audit trail
  • Human-in-the-Loop Gates — Mandatory approval for high-impact actions
  • Compliance Mapping — NIST AI RMF, EU AI Act, ISO 42001, NIST 800-53
  • Governed Memory Packs — Hash-sealed institutional knowledge with TTL and trust levels
  • Site Reliability — Watchdog, diagnostics, repair plans, postmortems
  • Infrastructure Ops — Environment scanning, remediation packs, patrol checks
  • Value & Impact — ROI metrics and governance impact reporting

Changes from v0.1.0

  • Package size: 15.7 KB → 5.9 KB
  • Dependencies: 4 → 1 (@modelcontextprotocol/sdk)
  • Tools: 10 → 29 (dynamic discovery from server)
  • Architecture: Local engine → Hosted proxy

Full changelog: CHANGELOG.md