Monitoring

Sentry MCP Server

Connect your account, then chat with AI to run tools.

Sentry REST API for error tracking and performance monitoring. Manage organizations, projects, issues, releases, teams, and alerts programmatically. Create projects, resolve issues, deploy releases, configure alerts, and analyze error data. Full CRUD operations for all Sentry resources. Perfect for DevOps automation, incident management, release tracking, and custom error analytics workflows.

Managed
13 tools
Agent guide included

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for Sentry — workflow patterns, data models, and gotchas for your AI agent.

Sentry

Sentry organizes error tracking under Organizations → Projects. Issues are grouped errors; Events are individual occurrences. Releases track deployments.

Data Model

  • Organizations — top-level; contain projects and teams.
  • Projects — applications (e.g., backend, frontend); have DSN and config.
  • Issues — grouped errors; have status, assignee, events.
  • Events — individual error occurrences; link to issues.
  • Releases — deployments; link to issues for release health.
  • Teams — organization members.
  • Alerts — notification rules.

Gotchas

  • organization_slug and project_slug required: Most operations need both. List orgs then projects.
  • Rate limits: ~200 req/min; varies by plan and endpoint. Use X-Sentry-Rate-Limit-* headers.
  • Issue resolution: Resolving an issue affects all events in that group.

Tools in this Server (13)

Delete

Universal delete tool that removes any Sentry resource (project, team, issue, release, alert) using smart ID routing. Returns confirmation of deletion...

Fetch

Universal fetch tool that retrieves ANY Sentry resource using smart ID routing with colon-separated format. Supports organizations, projects, issues, ...

Search

Search Sentry for issues, events, releases, or any resource using natural language. Returns ranked results with IDs, titles, relevance scores, and res...

Sentry Api List Events

Browse raw error events in a Sentry issue or project with filtering and pagination. Shows individual error occurrences with timestamps, user context, ...

Sentry Api List Feedback

List user feedback reports submitted directly by end-users via Sentry's crash report dialog. Shows user-submitted comments, contact info, and associat...

Sentry Api List Issues

Browse issues in a Sentry organization or project with rich filtering, sorting, and pagination. Supports filtering by status, level, assignment, date ...

Sentry Api List Organizations

List all Sentry organizations the authenticated user has access to. Shows org slug, name, status, and feature flags. Use this as the first call to dis...

Sentry Api List Projects

List projects in a Sentry organization with rich filtering and pagination. Shows project ID, name, slug, platform, status, and team assignments. The w...

Sentry Api Update Issue

Update issue status, assignment, priority, or add comments. Issues can only be updated, not created (Sentry creates them automatically from errors). U...

Sentry Api Upsert Alert Rule

Create new alert rule or update alert configuration. Provide id for update mode, omit for create mode. Alert rules define conditions that trigger noti...

Sentry Api Upsert Project

Create new project or update existing project settings. Provide id for update mode, omit for create mode. Projects represent applications/services you...

Sentry Api Upsert Release

Create new release or update existing release with deployment information. Releases track code versions deployed to production, enable suspect commit ...

Sentry Api Upsert Team

Create new team or update team settings. Provide id for update mode, omit for create mode. Teams are groups of users that own projects and receive not...

Frequently Asked Questions

What is the Sentry MCP server?

Sentry REST API for error tracking and performance monitoring. Manage organizations, projects, issues, releases, teams, and alerts programmatically. Create projects, resolve issues, deploy releases, configure alerts, and analyze error data. Full CRUD operations for all Sentry resources. Perfect for DevOps automation, incident management, release tracking, and custom error analytics workflows. It provides 13 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Sentry to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/sentry-api. Authentication is handled automatically.

How many tools does Sentry provide?

Sentry provides 13 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does Sentry require?

Sentry uses API Key. Sentry requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect Sentry to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/sentry-api

One-click install:

The link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.

Or add manually

  1. Open claude.ai → Settings → Connectors.
  2. Click the + button and choose Add custom connector.
  3. Set Name to Sentry and paste the MCP URL into Remote MCP server URL.
  4. Click Add. Sentry will appear under Not connected — select it and click Connect to complete OAuth.
Name: Sentry
Remote MCP server URL: https://mcp.mcpbundles.com/bundle/sentry-api
Authentication: OAuth

Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).

Ready to use Sentry?

Sign in to connect your credentials and start running tools from the chat.