MCP Directory
Back

sentry-mcp

by getsentry · TypeScript · ★ 747

An MCP server for interacting with Sentry via LLMs.

#mcp-server#tag-production

Install

npx -y github:getsentry/sentry-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "sentry-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:getsentry/sentry-mcp"
      ]
    }
  }
}

From the README

Sentry's MCP service is primarily designed for human-in-the-loop coding agents. Our tool selection and priorities are focused on developer workflows and debugging use cases, rather than providing a general-purpose MCP server for all Sentry functionality. This remote MCP server acts as middleware to the upstream Sentry API, optimized for coding assistants like Cursor, Claude Code, and similar development tools. It's based on [Cloudflare's work towards remote MCPs](https://blog.cloudflare.com/remote-model-context-protocol-servers-mcp/). You'll find everything you need to know by visiting the d…
Read full README on GitHub →

Related monitoring servers