MCP server · Indie SaaS infrastructure
Sentry MCP server
Sentry's official MCP server that lets an agent read issues, events, and release health from your Sentry organisation.
Verified · editorial policy
Sentry MCP server TL;DR
- Server
- Sentry MCP server
- Vendor
- Sentry
- Category
- Indie SaaS infrastructure
- Distribution
- npm package (runs locally)
- TL;DR
- Sentry's official MCP server exposes your error-tracking project to MCP-aware clients. The agent can list new issues, inspect a stack trace, read release health, and reason about regressions without you tab-switching. The right server when something broke in production and you want Claude to help you triage.
- Founder fit
- When a production error hits, the difference between five minutes and an hour is often whether the assistant can read the actual stack trace. This server gives Claude direct access to your Sentry issues – paste an error ID into the chat and let the agent walk the trace, recent commits, and likely cause.
- Last verified
- May 22, 2026
What an agent can do with it
List and inspect issues
Read recent issues, stack traces, breadcrumbs, and event counts.
Read release health
Compare error rates between releases to spot regressions.
Search by tag or fingerprint
Slice issues by environment, release, or user tag.
Why an indie SaaS founder cares
When a production error hits, the difference between five minutes and an hour is often whether the assistant can read the actual stack trace. This server gives Claude direct access to your Sentry issues – paste an error ID into the chat and let the agent walk the trace, recent commits, and likely cause.
Install
Access: Requires a Sentry auth token with read scopes.
Claude Desktop
Add the following block to your claude_desktop_config.json and restart Claude:
{
"mcpServers": {
"sentry": {
"command": "npx",
"args": ["-y", "@sentry/mcp-server"]
}
}
}Cursor
Add the following block to .cursor/mcp.json in your home directory or project root:
{
"mcpServers": {
"sentry": {
"command": "npx",
"args": ["-y", "@sentry/mcp-server"]
}
}
}Install snippets are derived from the vendor's published distribution shape. If your client is neither Claude Desktop nor Cursor, see the vendor docs for client-specific configuration.
Sentry MCP server – FAQ
Can the agent resolve or assign issues?
Only if the auth token grants write scopes. Prefer read-only by default.
Related MCP servers
Vercel MCP server
Vercel's official MCP server that lets an agent inspect deployments, read logs, and reason about projects on your Vercel account.
Supabase MCP server
Supabase's official MCP server that lets an agent inspect schemas, run read queries, and reason about your Postgres database.
Stripe MCP server
Stripe's official MCP server that lets an agent query and act on your Stripe account through scoped API access.
Want an agent that knows your SaaS offer?
Install the UnlockSaaS MCP server alongside this one and the assistant can diagnose your live landing page, pull funnel and pricing teardowns of competitors, and walk the Brunson Playbook with you.