HomeCloud & Monitoring › sentry-mcp

sentry-mcp

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

Official Python Cloud
★ 858 stars Last pushed 2026-09-24 License: NOASSERTION

Topics: Monitoring

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.25.0)

npx -y @sentry/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "sentry-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@sentry/[email protected]"
      ],
      "env": {
        "SENTRY_ACCESS_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • SENTRY_ACCESS_TOKEN required secret — Your Sentry user authentication token

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Listed in wong2/awesome-mcp-servers (MIT)

Data from the Official MCP Registry