Skip to content
Cursor

agentsnap for Cursor

io.github.mukundakatta/agentsnap

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

client:Cursor transport:stdio runtime:npm

Install agentsnap in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "agentsnap": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mukundakatta/agentsnap-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

agentsnap in other clients