Back to MCP Servers
Sentry Server
Retrieve and analyze issues, errors, and stacktraces from Sentry
sentryerrorsmonitoringdebuggingofficial
By Anthropic
Installation
npm install -g @anthropic-ai/mcp-server-sentryConfiguration
{
"mcpServers": {
"sentry": {
"command": "npx",
"args": ["-y", "@anthropic-ai/mcp-server-sentry"],
"env": {
"SENTRY_AUTH_TOKEN": "your-sentry-auth-token",
"SENTRY_ORG": "your-organization-slug"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes