TL;DR
Sentry is a Monitoring MCP server that lets Claude Code, Cursor, Windsurf and any MCP-compatible AI agent error tracking and performance monitoring. Install in 1 minute with mcpizy install sentry.
Sentry
Install verified 5 toolsMonitoring
Error tracking and performance monitoring
Official homepageRepo audit: 70/100 β usable, but maintenance or documentation is thin
Scored on licence, adoption, maintenance and documentation of getsentry/sentry-mcp. We show the grade whether it flatters the server or not.
last commit yesterday Β· 827 stars Β· no licence declared Β· 100 open issues
Read the full audit on CheckMCPInstall Sentry
mcpizy install sentrynpx -y @sentry/mcp-serverTools exposed
5 tools availablelist_issuesList issues in a project
list_issuesList issues in a project
Inputs
organization_slugstringrequiredproject_slugstringrequired
get_issueGet full details about an issue
get_issueGet full details about an issue
Inputs
issue_idstringrequired
list_projectsList projects in the organisation
list_projectsList projects in the organisation
search_errorsSearch errors by query
search_errorsSearch errors by query
Inputs
querystringrequired
get_eventGet a specific event (stacktrace etc.)
get_eventGet a specific event (stacktrace etc.)
Inputs
event_idstringrequired
Configuration
Works identically across clients. Only the config file path differs.
Claude Code~/.claude.json
~/.claude.json{
"mcpServers": {
"sentry": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.sentry.dev/mcp"
]
}
}
}Cursor.cursor/mcp.json
.cursor/mcp.json{
"mcpServers": {
"sentry": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.sentry.dev/mcp"
]
}
}
}Windsurf~/.codeium/windsurf/mcp_config.json
~/.codeium/windsurf/mcp_config.json{
"mcpServers": {
"sentry": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.sentry.dev/mcp"
]
}
}
}Authentication setup
- 1
Authenticate via OAuth on first connect
What you can do with Sentry MCP
Paste any of these prompts into Claude Code, Cursor or another MCP-compatible client.
βShow me unresolved production errors from the last 24hβ
Uses: list_issues
βWhat's the stacktrace for issue SENTRY-42?β
Uses: get_issue
βWhich errors spiked in the last release?β
Uses: search_errors
Works with
More Monitoring MCPs
Last9
Real-time production context β logs, metrics, traces. SRE intelligence for incident response.
Axiom
Query and analyze logs, traces, and event data in Axiom. Real-time observability at any scale.
Dash0
Navigate OpenTelemetry resources, investigate incidents, and query observability data.
Prometheus
Query metrics and alerts
Alternatives to Sentry
If Sentry doesn't fit your stack, these Monitoring MCP servers solve similar problems.
Frequently asked questions
What is the Sentry MCP server?
Sentry is listed as an Monitoring Model Context Protocol server whose documented purpose is to let an MCP-compatible agent error tracking and performance monitoring. Client support, permissions and authentication remain specific to the upstream project.
How do I install Sentry MCP with Claude Code?
The fastest way is the MCPizy CLI: run `mcpizy install sentry` and MCPizy will add the server to your `.claude.json` automatically. You can also install it manually by adding an entry under `mcpServers` in `.claude.json` with the command `npx -y @sentry/mcp-server` and restarting Claude Code.
Does MCPizy charge to view or install Sentry MCP?
No. Reading this profile and copying its install guidance is free. Upstream software, API, account or usage costs are separate, and licence coverage should be checked from the linked source when available.
Does Sentry MCP work with Cursor and Windsurf?
The MCP standard is supported by those clients, but a specific server can still have client-specific setup or transport limits. Use the configuration shown on this page when present and verify the upstream instructions before installation.
What can I do with Sentry MCP?
Its documented purpose is to let an MCP-compatible agent error tracking and performance monitoring. The exact tools, permissions and write capabilities depend on the server version and configuration shown by the upstream project.
Compare before you commit
Put this server beside an alternative, or return to the full evidence directory.
Compare MCP serversBack to directory