← Discover MCPs and Agents
s
MCPDeveloper toolsGitHub

sentry-201-workshop

Companion toolkit for Sentry 201 Session 3 — agent workflows with Sentry context, MCP, Seer, and CLI

Links

README

From the repo.

Sentry 201 · Workshop toolkit

Give your coding agent your production context, let it find the root cause and a fix, and let the pull request open itself.

Companion repo to Sentry 201, Session 3 — Better agent performance with Sentry context & AI tools. Everything we ran live is here, parameterized so you can drop it into your own Sentry project.

The path

StepWhat the agent can doSentry pieces
01 · SetupSee production — issues, traces, logs, suspect commitsSentry CLI (sentry init) · MCP
02 · PluginWork with Sentry the right waysentry-for-ai skills
03 · Cursor automationsFix on a schedule or when feedback lands, open PRsSentry MCP · Cursor Automations
04 · Claude routineThe same scheduled sweep, the Claude Code waySentry MCP · Claude scheduled tasks

More recipes: cookbook-links.md

Before you start

  • A Sentry project with an SDK installed and data flowing in
  • Repo connected for code mapping, and Seer enabled for the project (Settings → Seer)
  • One of: Claude Code or Cursor
  • gh CLI authenticated (gh auth login) if you want agents to open PRs

Human in the loop

Every workflow here stops at a pull request. Nothing merges on its own — the agent does the work, you do the review.

Collected info

  • 0 stars
  • Source updated: 7/7/2026

Config for your environment

Replace {MCP_ENDPOINT_URL} with this MCP’s endpoint URL (from its repo or docs above). No API key — you connect directly.

Tool

OS

Config file: ~/.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "url": "{MCP_ENDPOINT_URL}"
    }
  }
}

Paste into mcpServers in the config file. Restart Cursor after saving.

If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.