S
Sentry MCP Server
Connects AI assistants to Sentry's error tracking platform through MCP, enabling listing, inspection, and resolution of errors and issues directly from your AI workflow.
stdioLocalApiKeynpm
What This Server Exposes
Tools
list_issuesget_issue_detailsresolve_issue
Resources
- •error events
- •issue details
- •project information
Setup Instructions
- 1Generate a Sentry auth token at sentry.io/settings/account/api/auth-tokens/
- 2Add the Sentry server config to your Claude Desktop configuration
- 3Set the SENTRY_AUTH_TOKEN environment variable
- 4Restart Claude Desktop
Configuration
Claude Desktop Configuration
claude_desktop_config.json
{
"mcpServers": {
"sentry": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sentry"
],
"env": {
"SENTRY_AUTH_TOKEN": "your-sentry-auth-token"
}
}
}
}Environment Variables
| Name | Required | Secret | Description |
|---|---|---|---|
| SENTRY_AUTH_TOKEN | ✓ | 🔒 | Sentry authentication token generated from sentry.io/settings/account/api/auth-tokens/ |
SENTRY_AUTH_TOKEN
Sentry authentication token generated from sentry.io/settings/account/api/auth-tokens/
Required🔒 Secret
Server Manifest
No official server.json manifest found. Generate one with our MCP server.json Generator →
Compatibility
Claude DesktopClaude Code
⚠
Safety Notes
Your Sentry auth token may grant access to error data across all organizations you belong to. Scope the token permissions to only what is needed and revoke it if compromised.
This listing is for informational purposes only. CodexSpot is not affiliated with Sentry MCP Server.