Proofpane
Proofpane downloads
This repo hosts download artefacts for proofpane.com
and is the public home of the Proofpane MCP server (the airgov_daemon).
The main Proofpane codebase is private; this public mirror gives browsers
(Chrome Safe Browsing, Edge SmartScreen) a high-reputation host so downloads
aren't flagged as "unverified".
Proofpane MCP server
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.
Run it
airgov_daemon mcp # stdio MCP server (from a downloaded binary)Container / directory checks (e.g. Glama)
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:
docker build -t proofpane-mcp .
docker run --rm -i proofpane-mcp # speaks stdio MCPRelated MCP server: NORNR MCP Control
Get the daemon
See proofpane.com/install for the guided install. Direct download links live on the Releases page.
SHA-256 verification
Every binary ships with a .sha256 sibling:
shasum -a 256 -c ProofpaneDaemon-macos-x86_64.zip.sha256Reporting issues
For daemon issues, email Louie.Lu@proofpane.com.
License
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.
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Proofpane/releases'
If you have feedback or need assistance with the MCP directory API, please join our Discord server