MCP server

Sentry

MCP

Issues and traces the agent can actually open.

Sentry’s official MCP. Look up the error, the culprit, and the release — without a second tab.

latest·FSL-1.1·Updated this month·github.com/getsentry/sentry-mcp·Transport: stdio

Claude CodeCursorDesktop
Scanned

claude_desktop_config.json

{
  "mcpServers": {
    "sentry": {
      "command": "npx",
      "args": [
        "@sentry/mcp-server@latest"
      ]
    }
  }
}

By Sentry

Spec

What the server actually exposes.

  • search_issues

    read

    Find issues in a project.

  • get_issue

    read

    Event, stack, and culprit.

  • get_trace

    read

    A trace by id.

Guardrails

  • Org token in env
  • Read-first
  • No silent resolve

sentry-mcp.mcp/tools

Tools

  • search_issues

    Find issues in a project.

    read
  • get_issue

    Event, stack, and culprit.

    read
  • get_trace

    A trace by id.

    read

Last call

{ "ok": true,
  "tool": "search_issues",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.