DingDawg Governance
OfficialDingDawg Governance
Every AI action receipted. Capability-gated. Rollback-ready.
AI Governance-as-a-Service via MCP. Every write, shell command, and state-changing operation your agent makes is validated before it runs and cryptographically receipted after it completes — giving you a tamper-evident audit trail you can query, export, or roll back at any time.
Works with Claude Code, Codex, Cursor, Windsurf, and any MCP-compatible agent.
Install
npm install dingdawg-governanceRelated MCP server: dingdawg-governance
Quick Start
# Authenticate (free — no credit card)
npx dingdawg-governance auth login
# Start the governance MCP server
DINGDAWG_API_KEY=your_key npx dingdawg-governanceAdd to your MCP client config:
{
"mcpServers": {
"dingdawg-governance": {
"command": "npx",
"args": ["dingdawg-governance"],
"env": {
"DINGDAWG_API_KEY": "your_key_here"
}
}
}
}Get your free API key at app.dingdawg.com/settings/api.
What You Get
Pre-execution validation — Every action checked against your policy before it runs. Blocked actions never touch your filesystem.
Cryptographic receipts — Tamper-evident record for every action with a unique ID, output hash, and public verification URL.
One-command rollback — Undo any file write by referencing its receipt ID. Prior state is captured automatically before every write.
Real-time trust scores — Behavioral pattern tracking across sessions surfaces anomalies before they become incidents.
Compliance reports in seconds — SOC 2 and ISO 27001-aligned audit reports as signed PDF or structured JSON. One API call.
MCP Tools
Tool | What it does |
| Pre-execution check. Returns |
| Post-execution cryptographic receipt with tamper-evident output hash. |
| Snapshot current state before destructive or high-risk operations. |
| Restore prior state from a receipt ID. |
| Search receipts by date, agent, action type, or status. Export-ready. |
| Current tier, daily usage, quota, and active governance alerts. |
| On-demand compliance report — SOC 2, ISO 27001, or custom policy framework. |
Plans
Plan | Governed actions/day | Rollback window | Audit reports |
Free | 200 | — | — |
Pro — $29/mo | 10,000 | 30 days | Unlimited |
Business — $149/mo | Unlimited | 90 days | Compliance PDF |
No credit card to start. Full pricing: dingdawg.com/governance#pricing
Documentation
Full docs at dingdawg.com/governance/docs
Contributing
Issues and pull requests welcome. See CONTRIBUTING.md.
github.com/dingdawg/governance-mcp
Built by DingDawg — Trust layer for the agentic internet.
This server cannot be deployed
Maintenance
Related MCP Connectors
Pre-execution governance for AI agents. Deterministic PASS/FAIL/REVIEW verdicts, replayable proof.
Security gateway for AI agents: policy, approval, and audited execution, no secrets shared.
Zero-trust gateway for AI agents: score tool calls, verify agent cards, enforce policy, audit.
Zero-secret MCP gateway for AI agents: risk-scored, audited calls with human-in-the-loop approval.
Related MCP Servers
- AlicenseNot gradedqualityNot gradedmaintenanceGovernance primitives for autonomous agents. Verify actions against policy, record signed provenance, and bind intents cryptographically. Free tier available.-
- AlicenseAqualityBmaintenanceUniversal governance layer for AI agents — MCP-native, fail-closed, LNN interpretability. Governed receipts, IPFS audit proofs, and rollback for any agent in any framework.339 npmApache 2.0
- AlicenseNot gradedqualityBmaintenanceDingDawg Loop Protocol (DDLP) — safe scheduled AI agents with governance gates. Every loop execution is verified, receipted, and fail-closed. MCP-native, works with CrewAI, LangGraph, Claude Code, Cursor.29 npmMIT

AgentValetofficial
AlicenseAqualityBmaintenanceIdentity and credential governance for AI agents. Every agent gets its own cryptographic identity, scoped short-lived credentials per platform, human approval on sensitive actions, and an immutable audit log.71MIT