MCP server for Sentry β error tracking, issues, releases, events, and projects for AI assistants.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Connect AI assistants to Sentry β error tracking, issues, releases, events, and project management through the Model Context Protocol.
Works with Claude Desktop, Cursor, Windsurf, Cline, Continue, and any MCP-compatible client.
| Tool | Description |
|---|---|
list_organizations | List all Sentry organizations you have access to |
list_projects | List projects in an organization with slug, platform, and team info |
list_issues | List issues with filters (environment, status, level, query, project) |
get_issue | Get full details of a specific issue β title, culprit, metadata, tags |
list_issue_events | List all events (occurrences) for a specific issue |
get_event | Get full event details β exception, stacktrace, breadcrumbs, tags |
list_releases | List releases in an organization with version, date, and authors |
get_release | Get details of a specific release with commit info and file changes |
list_teams | List teams in an organization with member counts and slugs |
list_members | List organization members with role and email |
get_issue_hashes | Get the grouping hashes (fingerprint) for an issue |
update_issue_status | Resolve, ignore, or unresolve an issue (and add a comment) |
Go to Sentry β Settings β Auth Tokens and create a token with the scopes you need (org:read, project:read, event:read, event:write, issue:read, issue:write).
Or visit: https://sentry.io/settings/auth-tokens/
Claude Desktop β add to claude_desktop_config.json:
Cursor β add to MCP settings (.cursor/mcp.json):
| Variable | Required | Default | Description |
|---|---|---|---|
SENTRY_AUTH_TOKEN | β | β | Your Sentry auth token (sntrys_...) |
SENTRY_BASE_URL | β | https://sentry.io/api/0/ | Sentry API base URL. Override for self-hosted Sentry. |
If you run your own Sentry instance, set SENTRY_BASE_URL:
"List my Sentry organizations"
"Show me unresolved errors in the production environment for org
acmeprojectweb"
"Get details of issue
1234567890and show me the latest event's stack trace"
"Resolve issue
1234567890and add a comment that it's fixed in v1.2.3"
"List the last 10 releases for
acme"
"Who are the members of
acmeorg and their roles?"
This server covers the most-used endpoints of the Sentry Web API:
/organizations/)/organizations/{org}/projects/)/organizations/{org}/issues/, /issues/{id}/)/issues/{id}/events/, /projects/{org}/{project}/events/{id}/)/organizations/{org}/releases/)/organizations/{org}/teams/)/organizations/{org}/members/)For the full Sentry API, see docs.sentry.io/api.
MIT Β© 2026 Nova
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/sentry-mcp-server)<a href="https://allmcps.com/mcp/sentry-mcp-server"><img src="https://allmcps.com/api/badge/sentry-mcp-server?style=directory" alt="Sentry MCP Server on AllMCPs" /></a>