VS Code / Cursor Extension
Browse, start, and resolve bug reports from your editor.
The SnagRelay extension for VS Code and Cursor is a developer-facing tool for fixing bugs, not reporting them. It surfaces incoming reports in your editor's sidebar and lets you pull full context (screenshot, environment, console/network data) straight into your AI coding assistant.
Install
Search for SnagRelay in the VS Code Marketplace or Open VSX (for Cursor), or install
the .vsix file directly.
Sign in
Run SnagRelay: Sign In from the command palette and paste a token from Settings → AI Agent Setup in your dashboard (see API Keys & MCP Tokens).
Browse reports
The Bug Reports panel in the activity bar lists open reports for your project(s), with status, assignee, and similar-report count.
Start fixing
Select a report and click Start. The extension can create a branch for you
(fix/sr-…) and opens your AI chat with a prompt pre-loaded with the report's full
context — screenshot, environment, element info, console/network data.
Mark it resolved
Once your fix is merged, mark the report resolved from the extension (or let the built-in git-merge watcher detect it automatically).
MCP under the hood
The extension talks to SnagRelay over the MCP protocol
using your token, calling tools like list_reports, get_report, start_report,
set_report_branch, and mark_report_resolved. If you use a different AI-enabled
editor, you can configure the same MCP connection directly — see
AI Agent (MCP).
Agency plan feature
The AI Agent / MCP integration (and therefore this extension's core workflow) requires the Agency plan.
Deep links
Clicking Open in IDE from a report's page in the dashboard opens it directly in your
editor via a vscode:// URI, if the extension is installed.