DingDawg Governance
Rank #54,385io.github.dingdawg/dingdawg-governance
Universal governance layer for AI agents. MCP-native, fail-closed, audit proofs and rollback.
DingDawg Governance is a Model Context Protocol (MCP) server published by dingdawg. It ranks #54,385 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. DingDawg Governance is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 5, 2026 and most recently updated on Apr 9, 2026.
Ranks ahead of 61,206 of 115,591 servers on MCP Toplist.
Use DingDawg Governance
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add dingdawg-governance -e "DINGDAWG_API_KEY=<your DINGDAWG_API_KEY>" -- npx -y dingdawg-governanceReplace each placeholder with your own value before saving.
[mcp_servers.dingdawg-governance]
command = "npx"
args = ["-y", "dingdawg-governance"]
[mcp_servers.dingdawg-governance.env]
DINGDAWG_API_KEY = "<your DINGDAWG_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dingdawg-governance": {
"command": "npx",
"args": [
"-y",
"dingdawg-governance"
],
"env": {
"DINGDAWG_API_KEY": "<your DINGDAWG_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dingdawg-governance": {
"command": "npx",
"args": [
"-y",
"dingdawg-governance"
],
"env": {
"DINGDAWG_API_KEY": "<your DINGDAWG_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"dingdawg-governance": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"dingdawg-governance"
],
"env": {
"DINGDAWG_API_KEY": "<your DINGDAWG_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dingdawg-governance": {
"command": "npx",
"args": [
"-y",
"dingdawg-governance"
],
"env": {
"DINGDAWG_API_KEY": "<your DINGDAWG_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dingdawg-governance": {
"command": "npx",
"args": [
"-y",
"dingdawg-governance"
],
"env": {
"DINGDAWG_API_KEY": "<your DINGDAWG_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.dingdawg%2Fdingdawg-governance)<a href="https://mcptoplist.com/server/io.github.dingdawg%2Fdingdawg-governance"><img src="https://mcptoplist.com/badge/io.github.dingdawg%2Fdingdawg-governance.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
dingdawg
Other servers by dingdawg
- DingDawg Agent Spend Policy MCP#34,448 · 1 ver
- DingDawg Compliance#40,071 · 3 vers
- dingdawg-finance-agent#45,181 · 2 vers
- dingdawg-healthcare-agent#45,182 · 2 vers
- Dingdawg Agent 1#54,382 · 1 ver
- dingdawg-agent-wallet#55,850 · 1 ver
- dingdawg-governance#90,913
- dingdawg-loop#90,914
Available versions (1)
| Version | Published |
|---|---|
| 2.0.6 | Apr 9, 2026 |
Frequently asked questions
- Who maintains DingDawg Governance?
- DingDawg Governance is maintained by dingdawg, which publishes 18 MCP servers (20 total versions) tracked on MCP Toplist.
- Is DingDawg Governance listed on the Official MCP Registry?
- Yes — DingDawg Governance is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does DingDawg Governance have?
- MCP Toplist tracks 1 version of DingDawg Governance, most recently published on Apr 9, 2026.
- Where can I find the source code for DingDawg Governance?
- The source code for DingDawg Governance is hosted at github.com/dingdawg/dingdawg-governance.