← Index

io.github.getsentry/sentry-mcp

io.github.getsentry/sentry-mcp·v0.25.0·Monitoring & Logs
Quality Score
72
/100

MCP server for Sentry - error monitoring, issue tracking, and debugging for AI assistants

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "sentry-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@sentry/mcp-server"
      ],
      "env": {
        "SENTRY_ACCESS_TOKEN": "<your-sentry_access_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "sentry-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@sentry/mcp-server"
      ],
      "env": {
        "SENTRY_ACCESS_TOKEN": "<your-sentry_access_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @sentry/mcp-server
§02  Environment variables
SENTRY_ACCESS_TOKEN
requiredsecret

Your Sentry user authentication token

§03  MCP Quality Score  ·  methodology
freshness
17
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Monitoring & Logs