mcpbeat Sign in

Dungbeetle MCP Server

by dungbeetle Your server? Claim it
local only

Dungbeetle runs on your own machine — the client starts it, so there is no endpoint to ping. 42 installs a week from npm.

Visual regression & snapshot testing for AI agents — list runs, read semantic diffs, review.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 132 · avg 12 · -17% w/w
a month agotoday
42
Installs / week
npm · dungbeetle-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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 mcp -- npx -y dungbeetle-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "dungbeetle-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "dungbeetle-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "dungbeetle-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "dungbeetle-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DUNGBEETLE_AGENT_TOKEN (Scoped, revocable agent token minted via `dungbeetle login` (recommended).), DUNGBEETLE_CLIENT_ID (Repository client id (CI-style alternative to an agent token).), DUNGBEETLE_CLIENT_SECRET (Repository client secret (pairs with DUNGBEETLE_CLIENT_ID).), DUNGBEETLE_SERVER_URL (Server origin; only needed when self-hosting (default https://dungbeetle.dev).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Dungbeetle

same job, measured the same way
Testiv
by testiv

Local-first visual regression for AI agents: verdicts, diff images, explain_snapshot. No API key.

161 installs/wk local only
Lastest
by las-team

Run visual regression tests, review diffs, and manage baselines on a Lastest instance.

37 installs/wk local only
Agentsnap
by mukundakatta

Snapshot tests for AI tool-call traces: diff, validate, and catch silent regressions.

31 installs/wk local only
Agent Eval
by rudrendupaul

Statistical regression testing for LLM agents: p-value, effect size, and CI on behavior change.

161 installs/wk local only
TestMu AI (formerly LambdaTest)
by lambdatest

Agentic testing: HyperExecute jobs, test failure triage, SmartUI visual diffs, a11y audits

answering
Evalview MCP
by hidai25

Regression testing for AI agents. Golden baselines, CI/CD, LangGraph, CrewAI, OpenAI, Claude.

984 installs/wk local only
Wopee MCP
by wopee-io

AI testing agents for web apps — dispatch test runs, crawls, fetch artifacts and status.

436 installs/wk local only
Reelier
by seldonframe

Snapshot tests and CI for agent workflows: record a run, replay it at 0 tokens, diff for drift.

185 installs/wk local only

Dungbeetle — questions

Answers built from our own checks of this server.

Why is there no uptime for Dungbeetle?
Dungbeetle 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 dungbeetle-mcp was installed 42 times last week.
Is Dungbeetle still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Dungbeetle?
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 dungbeetle-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Dungbeetle?
The npm package dungbeetle-mcp was installed 42 times in the last week. Week over week that is -17%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.