Skip to content
VS Code

snag for VS Code

ac.snag/snag

Gives your coding agent the captured console, network, replay and screenshot evidence for a bug.

client:VS Code transport:streamable-http

Install snag in VS Code

.vscode/mcp.json

{
  "servers": {
    "snag": {
      "type": "http",
      "url": "https://mcp.snag.ac/mcp"
    }
  }
}

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

snag in other clients