PluginBench
MCP Server
Maintained

io.github.dingdawg/dingdawg-loop MCP Server

io.github.dingdawg/dingdawg-loop

What is the io.github.dingdawg/dingdawg-loop MCP server?

Safe scheduled AI agents with governance gates. Verified, receipted, fail-closed.

How to install io.github.dingdawg/dingdawg-loop

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • DINGDAWG_API_KEY
    secret

    API key for paid tier access — get free at dingdawg.com

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dingdawg-loop": {
      "command": "npx",
      "args": [
        "-y",
        "dingdawg-loop"
      ],
      "env": {
        "DINGDAWG_API_KEY": "<YOUR_DINGDAWG_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "dingdawg-loop": {
      "command": "npx",
      "args": [
        "-y",
        "dingdawg-loop"
      ],
      "env": {
        "DINGDAWG_API_KEY": "<YOUR_DINGDAWG_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "dingdawg-loop": {
      "command": "npx",
      "args": [
        "-y",
        "dingdawg-loop"
      ],
      "env": {
        "DINGDAWG_API_KEY": "<YOUR_DINGDAWG_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "dingdawg-loop": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "dingdawg-loop"
      ],
      "env": {
        "DINGDAWG_API_KEY": "<YOUR_DINGDAWG_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add dingdawg-loop --env DINGDAWG_API_KEY=<YOUR_DINGDAWG_API_KEY> -- npx -y dingdawg-loop

Related MCP servers

AI code review — security, quality, performance. Learns your patterns. Receipted.

1
Python
MIT
View repository →

EU AI Act + Colorado AI Act compliance scoring. 87/100 in 60 seconds. Free local scan.

1
Python
View repository →

AI data agent — schema analysis, query optimization, PII detection, pipelines.

1
Python
MIT
View repository →

DevOps AI. Deploy checks, incident analysis, infra audit. Learns from past failures.

1
Python
MIT
View repository →

Financial analysis AI. Forecasting, audit prep, SOX/GAAP compliance. Accuracy compounds with use.

1
JavaScript
View repository →

Universal governance layer for AI agents. MCP-native, fail-closed, audit proofs and rollback.

1
JavaScript
MIT
View repository →