Sentry

by Sentry · Data & Analytics

1,200 stars2,000 weekly downloads

Install to ToolCloud

One click. No local setup. Works with any MCP client.

Install to ToolCloud

Interact with Sentry for error tracking and performance monitoring. Search issues, get stack traces, and analyze error patterns.

debuggingerrorsmonitoringsentry
Manual Installation

Claude Code

claude mcp add sentry -- npx -y @sentry/mcp-server

Cursor / Windsurf / VS Code Copilot / Claude Desktop

Add to your MCP config file:

{
  "mcpServers": {
    "sentry": {
      "env": {
        "SENTRY_AUTH_TOKEN": "your-token"
      },
      "args": [
        "-y",
        "@sentry/mcp-server"
      ],
      "command": "npx"
    }
  }
}