mcpbeat Sign in

Agentsnap MCP Server

local only

Agentsnap runs on your own machine — the client starts it, so there is no endpoint to ping. 31 installs a week from npm. Last commit 13 Jun 2026.

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

Installs per day peak 15 · avg 7 · +85% w/w
a month agotoday
31
Installs / week
npm · @mukundakatta/agentsnap-mcp
0
Stars
0 open issues
13 Jun 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Agentsnap every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

Alternatives to Agentsnap

same job, measured the same way
Webhook AI MCP
by csoai-org

Webhook Ai tools for AI agents. Capabilities: validate webhook signature, log webhook event, replay

141 installs/wk local only
Cowork QA
by insideos-designs

Goal-driven Playwright browser sessions for LLMs, with full action traces and aria-snapshots.

28 installs/wk local only
Sentinel DV
by kiranreddi

MCP tools for UVM/cocotb logs, coverage, regressions, and waveform triage.

78 installs/wk local only
Metricui
by mpmcgowen

React dashboard components — API lookup, code generation, and prop validation for AI tools.

32 installs/wk local only
COS Monitor
by internexio

Scores website pages for communication quality, tracks regressions, surfaces a fix queue.

13 tools answering
Flarum Forum Scraper - Discussion Crawler Tool
by ranovam

Search or monitor any Flarum-powered forum for discussions, replies, participants, dates, and…

answering
agentcheck
by agentwares

Synthetic checks, nightly regression replay and model-drift alerts for AI agents

8 tools answering
Hypermnesia MCP Viz
by cdeust

Read-only visualization for Cortex memory, knowledge, sessions, traces, and codebase graphs.

95 installs/wk local only

Agentsnap — questions

Answers built from our own checks of this server.

Why is there no uptime for Agentsnap?
Agentsnap 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 @mukundakatta/agentsnap-mcp was installed 31 times last week.
How do I connect Agentsnap?
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 @mukundakatta/agentsnap-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Agentsnap?
The npm package @mukundakatta/agentsnap-mcp was installed 31 times in the last week. Week over week that is +85%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agentsnap 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.