[ MCP_NODE_3857 ]
sentry-local
CATEGORY:
Developer Tools
PROTOCOL:
MCP v1.0
[ DESCRIPTION ]
Official Sentry MCP Server (local). Run Sentry integration locally via npx for debugging, error tracking, and performance monitoring.
[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
"mcpServers": {
"sentry-local-en": {
"description": "Official Sentry MCP Server (local). Run Sentry integration locally via npx for debugging, error tracking, and performance monitoring.",
"command": "npx",
"args": [
"-y",
"@sentry/mcp-server@latest"
],
"env": {
"SENTRY_ACCESS_TOKEN": "<your-sentry-auth-token>"
}
}
}
}
Source: claude-code-templates (MIT). See About Us for full credits.