kapyn
MCP serversDev tools ยท MCP server

Sentry MCP server

Pull error and performance context into the chat. The Sentry MCP server lets an assistant fetch issues, stack traces, and performance data from your projects, so it can debug with real production context.

Category
Dev tools
Maintained by
Official
Protocol
Model Context Protocol
Source
getsentry/sentry-mcp
View on GitHubBrowse all MCP servers
In the official MCP registryio.github.getsentry/sentry-mcpupdated 2025-12-17

Installing Sentry

Runs on demand via npx. Nothing to install globally.

Claude Code
claude mcp add sentry -- npx -y @sentry/mcp-server
Claude Desktop ยท Cursor ยท VS Code ยท Windsurf
{
  "mcpServers": {
    "sentry": {
      "command": "npx",
      "args": [
        "-y",
        "@sentry/mcp-server"
      ]
    }
  }
}

Not sure where the config file lives, or it isn't picking the server up? Config paths for every client.

What it does

The Sentry MCP server lets an assistant fetch issues, stack traces, and performance data from your projects, so it can debug with real production context.

Like any MCP server, Sentry plugs into MCP-compatible assistants (such as Claude and other clients) so the model can use it as a tool , no custom integration code required.

Related Dev tools MCP servers