mcpbeat Sign in

Dingdawg Loop MCP Server

local only

Dingdawg Loop runs on your own machine — the client starts it, so there is no endpoint to ping. 45 installs a week from npm. Last commit 15 Jul 2026.

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

Installs per day peak 176 · avg 21 · -26% w/w
a month agotoday
45
Installs / week
npm · dingdawg-loop
0
Stars
0 open issues
15 Jul 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Reads files and sends them to the network src/index.ts:175
  const files = fs.readdirSync(LOOPS_DIR).filter((f) => f.endsWith(".json") && !fs.statSync(path.join(LOOPS_DIR, f)).isDirectory());

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add dingdawg-loop -- npx -y dingdawg-loop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dingdawg-loop": {
      "args": [
        "-y",
        "dingdawg-loop"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.dingdawg-loop]
command = "npx"
args = ["-y", "dingdawg-loop"]
.cursor/mcp.json
{
  "mcpServers": {
    "dingdawg-loop": {
      "args": [
        "-y",
        "dingdawg-loop"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "dingdawg-loop": {
      "args": [
        "-y",
        "dingdawg-loop"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DINGDAWG_API_KEY (API key for paid tier access — get free at dingdawg.com). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Dingdawg Loop

same job, measured the same way
Verity MCP
by meloliva14

Fail-closed verify-before-you-act gate for AI agents. Signed receipts. Pay-per-call via x402.

74 installs/wk local only
Server OS
by anamized

Fail-closed agentic OS MCP: agents as processes with cost, governance, observability, skills.

local only
Kasbah MCP
by al-adnane

Governance layer for agentic AI — signed, verifiable receipts for every agent action.

55 installs/wk local only
Lrsi
by anamized

Local recursive self-improvement OS MCP with fail-closed governance and gated mutation tools.

local only
Agent Gate
by jott2121

Fail-closed quality gate and hash-chained receipt ledger for AI agent workflows.

103 installs/wk local only
Valta
by billionaire664

Financial governance for AI agents — spend gates and audit trail exposed as MCP tools.

47 installs/wk local only
Ccs
by correctover

Runtime verification MCP server: fail-closed checks for agent tool calls, signed evidence receipts.

local only
Kage
by kage-core

Verified memory for coding agents: claims cited against code, stale withheld, savings receipts.

216 installs/wk local only

Dingdawg Loop — questions

Answers built from our own checks of this server.

Why is there no uptime for Dingdawg Loop?
Dingdawg Loop runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package dingdawg-loop was installed 45 times last week.
How do I connect Dingdawg Loop?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls dingdawg-loop straight from npm; nothing to host, nothing to sign up for.
How many people use Dingdawg Loop?
The npm package dingdawg-loop was installed 45 times in the last week. Week over week that is -26%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Dingdawg Loop open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.