Universal governance layer for AI agents. MCP-native, fail-closed, audit proofs and rollback.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-dingdawg-dingdawg-governance": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Every AI action receipted. Capability-gated. Rollback-ready.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in security
An evil MCP server used for redteam testing
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Proof primitive for AI agents on MultiversX. Anchor file hashes on-chain as verifiable proofs.
mcpki-server is the backend infrastructure for https://www.mcpki.org, enabling secure public key management and autonomous certificate handling for large language models (LLMs).
MCP Security Weekly
Get CVE alerts and security updates for io.github.dingdawg/dingdawg-governance and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
npm install dingdawg-governance
# Authenticate (free — no credit card)
npx dingdawg-governance auth login
# Start the governance MCP server
DINGDAWG_API_KEY=your_key npx dingdawg-governance
Add 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.
| Tool | What it does |
|---|---|
validate_action | Pre-execution check. Returns APPROVED, FLAGGED, or BLOCKED with reason code and risk score. |
generate_receipt | Post-execution cryptographic receipt with tamper-evident output hash. |
capture_rollback_state | Snapshot current state before destructive or high-risk operations. |
rollback_action | Restore prior state from a receipt ID. |
query_receipts | Search receipts by date, agent, action type, or status. Export-ready. |
check_status | Current tier, daily usage, quota, and active governance alerts. |
generate_audit_report | On-demand compliance report — SOC 2, ISO 27001, or custom policy framework. |
| 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
Full docs at dingdawg.com/governance/docs
Issues and pull requests welcome. See CONTRIBUTING.md.
github.com/dingdawg/governance-mcp
Built by DingDawg — Trust layer for the agentic internet.