Back to MCP ToolsDevelopmentOfficial
Sentry logo

Sentry

Official

Error tracking and monitoring platform.

Provider:Sentry
Category:Development

Installation

Command Line
npx @sentry/wizard@latest -i sourcemaps

Configuration

Add this configuration to your MCP settings file (usually mcp.json or your IDE's MCP configuration):

JSON Configuration
{
  "mcpServers": {
    "sentry": {
      "command": "npx",
      "args": [
        "-y",
        "sentry-mcp"
      ],
      "env": {
        "SENTRY_AUTH_TOKEN": "<your-sentry-auth-token>",
        "SENTRY_ORG": "<your-sentry-organization>",
        "SENTRY_PROJECT": "<your-sentry-project>"
      }
    }
  }
}