Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ“Š Monitoring
  3. Sentry MCP
Sentry MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 6:17:21 PM

Sentry MCP

User RatingsBe the first to rate and review this MCP server!
View Repository845 GitHub StarsTotal stargazers on GitHub for the source repository (845 stars).Visit Website
sentrymonitoringdebuggingdeveloper-tools

Connects coding agents to Sentry for investigating errors, issues, traces, and performance data through MCP.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "getsentry-sentry-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@sentry/mcp-server@latest"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ“Š More in Monitoring

Overview

The getsentry/sentry-mcp MCP server connects coding assistants to Sentry through a remote MCP service or a local stdio process. It forwards agent requests to the Sentry API and focuses on developer workflows such as investigating errors, issues, traces, and performance. AI-assisted search tools translate natural-language requests into Sentry query syntax through a configured LLM provider. Use it when an agent needs authenticated access to Sentry data, including self-hosted deployments.

Use cases

โ€ขInvestigate Sentry errors from a coding assistant
โ€ขSearch Sentry issues with natural-language queries
โ€ขReview traces and performance data during debugging
โ€ขConnect an agent to a self-hosted Sentry instance
โ€ขDelegate Sentry investigations to a Claude Code subagent

Key features

โ€ขRemote MCP access through mcp.sentry.dev
โ€ขLocal stdio transport for Sentry
โ€ขError, issue, trace, and performance investigation
โ€ขAI-assisted event and issue search
โ€ขSelf-hosted Sentry host override
โ€ขSelective skill disabling

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Sentry MCP.

Extracted Tool Capabilities
Remote MCP access through mcp.sentry.dev
Local stdio transport for Sentry
Error, issue, trace, and performance investigation
AI-assisted event and issue search
Self-hosted Sentry host override
Selective skill disabling

How Sentry MCP works

What getsentry/sentry-mcp MCP server does

The getsentry/sentry-mcp MCP server exposes Sentry-focused tools for coding assistants. Its intended use is human-guided debugging rather than broad coverage of every Sentry feature. Agents can use it to investigate application errors, Sentry issues, traces, and performance information during development and incident analysis.

The service is available as a hosted endpoint at https://mcp.sentry.dev/mcp. The repository also provides a stdio transport for local use, including connections to self-hosted Sentry installations. Claude Code can install the repository as a plugin that supplies a Sentry-specific subagent, while Cursor and similar development tools can connect through MCP.

How it works

The remote deployment acts as middleware between an MCP client and the upstream Sentry API. A client can authenticate through the hosted service or pass an upstream Sentry token in the Sentry-Bearer header. That header is separate from the standard Bearer mechanism used for MCP OAuth access tokens, and the service forwards the supplied Sentry token rather than managing its refresh lifecycle.

The local mode runs through the @sentry/mcp-server npm package. It uses a Sentry user auth token and targets Sentry SaaS by default. Set a host override when connecting to a self-hosted installation. Plain-HTTP internal deployments require the insecure HTTP option.

The getsentry/sentry-mcp MCP server includes AI-assisted search functions such as search_events and search_issues. These functions require a configured provider from OpenAI, Azure OpenAI, Anthropic, or OpenRouter because they convert natural-language searches into Sentry query syntax. Without a provider, those particular functions are unavailable, while other tools continue to work.

Setup and configuration

For stdio use, create a Sentry user auth token with these documented scopes: org:read, project:read, project:write, team:read, team:write, and event:write. Start the server with npx -y @sentry/mcp-server@latest and provide the token through the command option or SENTRY_ACCESS_TOKEN.

Set SENTRY_HOST only for self-hosted Sentry. Use MCP_DISABLE_SKILLS to hide selected skill groups, such as seer, when the target installation does not support them. AI search also needs EMBEDDED_AGENT_PROVIDER and the corresponding provider credential. OpenRouter supports optional model and reasoning-effort settings.

The hosted service can receive an explicit token through a custom HTTP header. Its endpoint can also be narrowed with skills or disable-skills query parameters, including examples such as inspect, triage, and seer.

Limitations and notes

The project describes stdio support as still in progress. Some features, including Seer, may not exist on self-hosted Sentry instances. The getsentry/sentry-mcp MCP server therefore supports disabling unsupported skills rather than assuming every deployment exposes the same tools.

Remote token forwarding leaves token lifetime and refresh responsibility with the client or upstream provider. AI-powered search is conditional on external LLM configuration and is not available when no supported provider is configured. The repository also includes development and testing commands, but those are for contributors rather than end-user installation.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Monitoring View all alternatives
  • Sentry MCP Rs logoSentry MCP Rs

    Fast and minimal Sentry MCP server written in Rust

    ๐Ÿ“Š Monitoring3 views
    Compare vs Sentry MCP Rs โ†’
  • Fastmcp Sonarqube Metrics logoFastmcp Sonarqube Metrics

    A Model Context Protocol (MCP) server that provides a set of tools for retrieving information about SonarQube projects like metrics (actual and historical), issues, health status.

    ๐Ÿ“Š Monitoring8 views
    Compare vs Fastmcp Sonarqube Metrics โ†’
  • Spanlens logoSpanlens

    Query your Spanlens LLM observability from any MCP client. 7 read tools for request logs, agent traces, cost stats, anomalies, model-savings, and per-user analytics across OpenAI, Anthropic, and Gemini. Open source, self-hostable. npx -y @spanlens/mcp-server

    ๐Ÿ“Š Monitoring3 views
    Compare vs Spanlens โ†’
  • Dynatrace MCP logoDynatrace MCP

    Leverage AI-driven observability, security, and automation to analyze anomalies, logs, traces, events, metrics.

    ๐Ÿ“Š Monitoring3 views
    Compare vs Dynatrace MCP โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
845
Stargazers on the source repository.
Last commit
2d ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Sentry MCP

For local stdio use, run `npx -y @sentry/mcp-server@latest` and provide a Sentry user auth token. The hosted service is available at `https://mcp.sentry.dev/mcp`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewSentry MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/getsentry-sentry-mcp?style=directory)](https://allmcps.com/mcp/getsentry-sentry-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/getsentry-sentry-mcp"><img src="https://allmcps.com/api/badge/getsentry-sentry-mcp?style=directory" alt="Sentry MCP on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ“ŠMonitoring
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthAPI key
ClientsCursor
Last updatedSep 9, 2026
10/10 checks healthy over the last 31d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars845
GitHub Star CountTotal stargazers on GitHub representing community popularity (845 stars).
Last commit2d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 9, 2026
49Quality signal: Fair ยท 49/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools17/30
Adoption & activity10/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 20d ago via OSV.dev ยท @sentry/mcp-server@latest (npm)

โ˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ“Š Monitoring โ†’Best MCP servers for Monitoring & Observability โ†’Alternatives to Sentry MCP โ†’Install in Claude DesktopInstall in CursorInstall in VS Code