Back to MCP Servers

Sentry Server

Retrieve and analyze issues, errors, and stacktraces from Sentry

sentryerrorsmonitoringdebuggingofficial

Installation

npm install -g @anthropic-ai/mcp-server-sentry

Configuration

{
  "mcpServers": {
    "sentry": {
      "command": "npx",
      "args": ["-y", "@anthropic-ai/mcp-server-sentry"],
      "env": {
        "SENTRY_AUTH_TOKEN": "your-sentry-auth-token",
        "SENTRY_ORG": "your-organization-slug"
      }
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub