Skip to content
VS Code

agentsnap for VS Code

io.github.mukundakatta/agentsnap

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

client:VS Code transport:stdio runtime:npm

Install agentsnap in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

agentsnap in other clients