AugmentClaude
OfficialMCP server · httpRequires credentials

🛡️Sentry

By Sentry· 700

Pull Sentry issues, errors, and traces into Claude — and run Seer root-cause analysis.

What it does

Sentry's official hosted MCP server connects Claude to your error and performance data.

What it gives Claude:

  • Read issues, errors, and stack traces
  • Inspect traces and performance data
  • Run Seer for AI-assisted root-cause analysis

Authenticates over OAuth on first connect. A local stdio option (getsentry/sentry-mcp-stdio) with an access token also exists.

Installation

  1. Make sure Claude is on your device and in your terminal.

    MCP servers register with Claude Code via claude mcp add. You need Claude Code installed first:

    npm i -g @anthropic-ai/claude-code
  2. Note the server's URL.
    Server URL
    Sign up to copy

    Paste this into the next step's `claude mcp add` command.

  3. Configure credentials.

    OAuth on first connect — run `/mcp` in Claude Code to authorize your Sentry org.

  4. Restart Claude Code.

    Quit and reopen Claude Code so it picks up the new MCP registration. Run /mcp inside Claude Code to confirm the server is connected.

  5. Use it.

    Ask Claude naturally. It will call the server's tools when your request matches one. Tool calls show up inline so you can see exactly what Claude is doing.

Prefer to read the source first? Open on GitHub.