Sentry MCP
Issues, events and release health
Sentry's official remote MCP server plugs your error data into an AI client — search issues across projects, fetch event payloads and stack traces, read breadcrumbs and performance — so a coding agent can debug production with real context. Add https://mcp.sentry.dev/mcp as a remote/OAuth connector, or use the Claude Code plugin. Pairs perfectly with the GitHub server.
Install Sentry MCP
Paste into claude_desktop_config.json
{
"mcpServers": {
"sentry": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.sentry.dev/mcp"
]
}
}
}Run in your terminal
claude mcp add sentry -- npx -y mcp-remote https://mcp.sentry.dev/mcp Paste into .cursor/mcp.json
{
"mcpServers": {
"sentry": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.sentry.dev/mcp"
]
}
}
} After adding the server, fully restart your MCP client. Replace <placeholders> (tokens, paths) with your own values.
Facts
- Stars
- ★ 2,700
- Maintainer
- Sentry (official)
Trust score, capability surface (filesystem, shell, network) and risk flags — reviewed in your browser.