Sentry MCP Server

Connects AI assistants to Sentry for searching errors, analyzing performance, triaging issues, reading documentation, and managing projects — all via the Model Context Protocol.

All connections use OAuth. The first connection will trigger an authentication flow to connect to your Sentry account.

Connecting

The base MCP server address is: https://mcp.sentry.dev/mcp

You can optionally scope the connection to an organization or project:

When scoped, tools automatically default to the constrained org/project and unnecessary discovery tools are hidden. Scoping to a project is recommended when possible.

Query Parameters

Parameters can be combined: https://mcp.sentry.dev/mcp/my-org/my-project?experimental=1

Setup Instructions

Claude Code

claude mcp add --transport http sentry https://mcp.sentry.dev/mcp/{organizationSlug}/{projectSlug}

Cursor

Use the "Install MCP Server" button, or manually add to MCP settings:

{
  "mcpServers": {
    "sentry": {
      "url": "https://mcp.sentry.dev/mcp/{organizationSlug}/{projectSlug}"
    }
  }
}

VSCode

Command Palette → "MCP: Add Server" → HTTP → enter the endpoint:

https://mcp.sentry.dev/mcp/{organizationSlug}/{projectSlug}

Other Clients

Any MCP-compatible client can connect using the HTTP transport at the endpoint URL above.

llms.txt