Sentry MCP Server

Query Sentry error data and get AI-powered issue analysis

By Sentry (official) ★ 1.8K stars monitoring errors debugging

The Sentry MCP Server connects Claude to your Sentry error tracking. Ask about recent errors, get stack traces explained in plain English, and let Claude suggest fixes — without switching away from your development environment.

Installation & Configuration

Add this block to your claude_desktop_config.json (or your agent framework's MCP config file):

{
  "mcpServers": {
    "sentry": {
      "command": "uvx",
      "args": ["sentry-mcp"],
      "env": { "SENTRY_AUTH_TOKEN": "your_sentry_auth_token" }
    }
  }
}

Config file location:

Available Tools (5)

Use Cases

Source & Documentation

GitHub Repository: https://github.com/getsentry/sentry-mcp

Protocol: Model Context Protocol (MCP) — modelcontextprotocol.io

← Back to MCP Server Directory