Access Sentry error tracking data for debugging and monitoring.
npx -y @sentry/mcp-server
Paste this into your MCP client configuration (Cursor, Windsurf, etc).
Error tracking integration for AI-assisted debugging.
npx -y @sentry/mcp-server
{
"mcpServers": {
"sentry": {
"command": "npx",
"args": ["-y", "@sentry/mcp-server"],
"env": {
"SENTRY_AUTH_TOKEN": "your_token",
"SENTRY_ORG": "your-org"
}
}
}
}
MCP (Model Context Protocol) servers extend your AI assistant with external tools and data sources. Follow these steps to install Sentry MCP Server in your preferred AI coding tool.
claude_desktop_config.json