← Registry
MCP Official

Sentry MCP

Official Model Context Protocol server that connects AI coding assistants to Sentry's API for searching issues, retrieving events, and debugging production errors; hosted remotely at mcp.sentry.dev.

Install

npx @sentry/mcp-server@latest --access-token=sentry-user-token
$

An MCP server that acts as middleware to the Sentry API for human-in-the-loop coding agents like Cursor and Claude Code, focused on debugging workflows. Tools such as search_events and search_issues translate natural language into Sentry's query syntax, and Seer adds root cause analysis, with access governed by token scopes. Run the hosted server at mcp.sentry.dev or via npx for self-hosted; use it to ask about errors, traces, and performance from inside an AI assistant.