McpMux
Back to Registry
🐛

Sentry (Self-Hosted) MCP Server

Community

Contributed by Sentry

Query and manage issues, errors, and performance data on your self-hosted Sentry instance. Runs locally via npx with a custom Sentry host.

About the Sentry (Self-Hosted) MCP Server

The Sentry (Self-Hosted) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Query and manage issues, errors, and performance data on your self-hosted Sentry instance. Runs locally via npx with a custom Sentry host. This is a community-contributed MCP server by Sentry.

Install the Sentry (Self-Hosted) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@sentry/mcp-server@latest"
  ],
  "env": {
    "SENTRY_ACCESS_TOKEN": "${input:SENTRY_ACCESS_TOKEN}",
    "SENTRY_HOST": "${input:SENTRY_HOST}",
    "MCP_DISABLE_SKILLS": "seer"
  },
  "metadata": {
    "inputs": [
      {
        "id": "SENTRY_HOST",
        "label": "Sentry Host",
        "description": "Hostname of your self-hosted Sentry instance (hostname only, no https:// prefix).",
        "type": "text",
        "required": true,
        "secret": false,
        "placeholder": "sentry.mycompany.com"
      },
      {
        "id": "SENTRY_ACCESS_TOKEN",
        "label": "Sentry User Auth Token",
        "description": "User auth token from your self-hosted Sentry. Requires scopes: org:read, project:read, project:write, team:read, event:write.",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "sntryu_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
        "obtain": {
          "instructions": "1. Go to your Sentry instance Settings > API > Auth Tokens\n2. Click 'Create New Token'\n3. Select scopes: org:read, project:read, project:write, team:read, team:write, event:write\n4. Click 'Create Token'\n5. Copy the generated token",
          "button_label": "Create Token"
        }
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthAPI Key
Capabilities
ToolsResources

Categories

Tags

sentryself-hostederrorsmonitoringdebuggingperformanceobservability

Supported AI Clients

The Sentry (Self-Hosted) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install Sentry (Self-Hosted) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.