Plugs agentsnap's snapshot testing directly into MCP clients so your assistant can normalize tool-call traces into canonical JSON with SHA-256 hashes, diff a baseline against a current run to classify drift (PASSED, OUTPUT_DRIFT, TOOLS_REORDERED, REGRESSION), and validate snapshots against the Trace schema. The three tools (normalize_trace, diff_traces, validate_snapshot) let you catch silent regressions when agents reorder calls, change arguments, or inject extra steps between releases. Works over stdio with Claude Desktop, Cursor, Cline, Windsurf, and Zed. Install via npx or point your client config at @mukundakatta/agentsnap-mcp. Useful when you're versioning agent behavior and need programmatic trace comparison inside the model loop.
claude mcp add --transport stdio io.github.mukundakatta-agentsnap uvx agentsnap