MCP Server
Sentry MCP MCP Server
by Sentry
Pull error events and issues into the agent context.
About Sentry MCP
Sentry MCP exposes issues, events, and performance data so agents can triage and explain errors with full stack traces and breadcrumbs.
Tags
errorsobservabilitymonitoring
How to install Sentry MCP
Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.
{
"mcpServers": {
"sentry": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sentry"]
}
}
}Example shape only — see the docs for the canonical install command.