Back to MCP Servers
🔌

getsentry/sentry-mcp

NOASSERTIONAPI key required

🐍 ☁️ - Sentry.io integration for error tracking and performance monitoring

TypeScriptProductivity

Install

npx -y @sentry/mcp-server@latest

Required environment variables

SENTRY_ACCESS_TOKENSet in your MCP config
OPENAI_API_KEYSet in your MCP config
ANTHROPIC_API_KEYSet in your MCP config
SENTRY_CLIENT_SECRETSet in your MCP config
COOKIE_SECRETSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "getsentry-sentry-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@sentry/mcp-server@latest"
      ],
      "env": {
        "SENTRY_ACCESS_TOKEN": "<YOUR_SENTRY_ACCESS_TOKEN>",
        "OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
        "ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>",
        "SENTRY_CLIENT_SECRET": "<YOUR_SENTRY_CLIENT_SECRET>",
        "COOKIE_SECRET": "<YOUR_COOKIE_SECRET>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.