Local MCP server enforcing AI governance with policy gates, DLP redaction, cost caps, and tamper-evident audit logging.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
One-click editor setup isnβt available for this listing yet β we donβt have a confirmed install command, and weβd rather show nothing than point your editor at the wrong package or host. Follow the projectβs own setup instructions, linked above.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Releases.
Proofpane is an AI governance platform β the evidence plane for governed AI work. Every AI action across coding agents (Claude Code, Cursor, Codex, Hermes, Claude Desktop), workflow platforms (n8n, UiPath, Power Automate, Zapier, Make) and direct LLM API calls is policy-gated in the execution path (allow / deny / redact / pause for a human), cost-metered, and recorded in a SHA-256 hash-chained, tamper-evident audit log that exports as an Ed25519-signed Evidence Pack an auditor verifies offline β no vendor account, no trust in us required.

Our claim: governance must happen at runtime, and the record it leaves must be tamper-evident. A policy that is checked after the fact governs nothing β by the time a review reads the log, the secret has left, the payment has cleared, the decision has shipped. So the gate sits in the execution path: the AI action does not complete until policy has allowed it, redacted it, or paused it for a human. And a record the operator can quietly edit proves nothing β so every decision is appended to a SHA-256 hash-chained, append-only log (DB-level immutability trigger, Ed25519 chain-head anchoring) whose export any auditor can verify offline, against a published rubric, without trusting the operator or us. Runtime enforcement produces the evidence; the evidence does not depend on anyone's word β including ours.
The architecture is a public, versioned reference β not a private rubric:
The MCP server below is one enforcement point of this architecture: the on-machine gate for MCP-speaking AI clients.
This repository mirrors Proofpane's public evidence and documentation and
preserves historical daemon release artifacts. The main Proofpane codebase is
private. The current supported binaries are served from
https://app.proofpane.com/daemon/; the canonical version, digest and
platform-signing record is docs/releases.json.
No account, no pairing, no talking to us first:
airgov_daemon mcp serves 13 governed tools
(bash, read, write, edit, glob, grep, listdir, RAG search,
session search, skills) to any MCP client. Local policy gates and DLP
redaction are active: a secret in a file read is masked before the model
sees it, on your machine, with no cloud in the loop.airgov_daemon coverage reads this machine's
AI-client configs and shows which MCP servers route through governance and
which run direct (ungoverned).airgov_daemon monitoring-status, and
disable / enable <app> to turn per-app monitoring off and on.airgov_daemon usage-sync --dry-run shows
what token/usage data WOULD sync, without sending anything.Pairing with a Proofpane org (airgov_daemon pair <CODE>) connects the daemon
to the server side: the cloud audit chain, human-approval gates, org-wide
policy sync, and Evidence Pack export.
airgov_daemon mcp is a stdio Model Context Protocol
server β a governance layer that runs on the user's machine and exposes local
tools to MCP clients (Claude Desktop, Cursor, Codex, β¦) under policy control.
Every call is policy-gated, DLP-redacted before a model sees a secret, and
recorded on a hash-chained, offline-verifiable audit trail.
Tools advertised (tools/list, no pairing needed): bash, read, write,
edit, glob, grep, listdir, search_compliance_docs, ingest_to_rag,
session_search, skills_list, skill_view, skill_manage.
A Dockerfile is included that pulls the public prebuilt Linux
binary and runs the server in mcp mode, so an automated directory can start it
and introspect (initialize + tools/list) without the private source:
Use the fail-closed installer at proofpane.com/install. It selects the native artifact, verifies its published SHA-256, and on macOS requires the exact PROOFPANE LIMITED Developer ID (team B94QM75QNG) plus Apple's accepted notarisation verdict before replacing an installed file.
The current channel is https://app.proofpane.com/daemon/ and its authority is
docs/releases.json. The public GitHub binary archive
currently stops at daemon v1.5.19; it is preserved as history and is not the
current distribution channel.
Every current binary has a .sha256 sibling. The installer verifies it
automatically before installation. For manual inspection, download the artifact
and its sibling from https://app.proofpane.com/daemon/ and compare them with
shasum -a 256 (macOS) or sha256sum (Linux). The platform matrix and expected
digests are also recorded in docs/releases.json.
For daemon issues, email Louie.Lu@proofpane.com.
This mirror repo's scaffolding (this README, the Dockerfile, glama.json) is
released under the MIT License. The Proofpane daemon it
distributes is proprietary software β see proofpane.com.
The architecture reference is CC BY 4.0 via its DOI.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/proofpane-releases)<a href="https://allmcps.com/mcp/proofpane-releases"><img src="https://allmcps.com/api/badge/proofpane-releases?style=directory" alt="Releases on AllMCPs" /></a>