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 Rs
Sentry MCP Rs logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 4:31:00 AM

Sentry MCP Rs

User RatingsBe the first to rate and review this MCP server!
View Repository9 GitHub StarsTotal stargazers on GitHub for the source repository (9 stars).Visit Website
sentrymonitoringrustmcp

Queries Sentry issues, traces, and issue events through three MCP tools in a lightweight Rust binary.

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": {
    "utapyngo-sentry-mcp-rs": {
      "command": "cargo",
      "args": [
        "install",
        "sentry-mcp"
      ]
    }
  }
}

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

Install Tool Schemas (8) Directory Badge Claim listing AlternativesπŸ“Š More in Monitoring

Overview

utapyngo/sentry-mcp-rs MCP server exposes Sentry API operations through three MCP tools for issue details, trace analysis, and event searches. It runs as a local Rust binary and authenticates with a Sentry token plus the Sentry host. Use it when an agent needs to inspect issue metadata, fetch event or trace information, or search events with Sentry query syntax. Issue lookups can use a full Sentry URL or organization and issue identifiers.

Use cases

β€’Inspect Sentry issue metadata and stack traces
β€’Fetch a specific Sentry issue event
β€’Analyze distributed trace spans and timing
β€’Search events within a Sentry issue
β€’Route Sentry investigations through an MCP client

Key features

β€’Retrieve Sentry issue details
β€’Inspect distributed trace spans
β€’Search issue events with Sentry query syntax
β€’Select latest or specific issue events
β€’Support newest and oldest event ordering
β€’Run as a Rust single binary

Capabilities & Tool Schemas (8) ~114 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

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

issue_url

Full Sentry issue URL (alternative to the parameters below)

organization_slug

Organization slug (required if `issue_url` not provided)

issue_id

Issue ID like `PROJECT-123` or numeric ID (required if `issue_url` not provided)

event_id

Specific event ID to fetch instead of latest (optional)

trace_id

32-character hex trace ID

query

Optional Sentry search query

How Sentry MCP Rs works

What utapyngo/sentry-mcp-rs MCP server does

utapyngo/sentry-mcp-rs MCP server connects an MCP client to a Sentry instance and exposes a focused set of read-oriented investigation tools. It is implemented in Rust and distributed as the sentry-mcp binary, with installation available through crates.io, GitHub, or mise.

The server provides three capabilities:

  • get_issue_details retrieves information for a Sentry issue, including metadata, tags, and stack traces. A specific event can be selected; otherwise, the tool can retrieve the latest event.
  • get_trace_details returns trace information for distributed tracing analysis, including the span tree and timing data.
  • search_issue_events searches events belonging to an issue using Sentry’s query syntax and supports result limits and ordering.

How it works

The MCP client starts the local sentry-mcp executable over its configured command interface. The server uses SENTRY_AUTH_TOKEN for Sentry API authentication and SENTRY_HOST to identify the Sentry instance, such as sentry.io or a self-hosted hostname.

Issue detail requests may provide a complete Sentry issue URL. Alternatively, they require an organization slug and issue ID, which may be a project-style identifier such as PROJECT-123 or a numeric ID. An optional event ID selects a particular event instead of the latest one.

Trace requests require an organization slug and a 32-character hexadecimal trace ID. Event searches require an organization slug and issue ID; they can also accept a Sentry query, a maximum result count, and either newest-first or oldest-first ordering. The default event limit is 10, and the maximum is 100.

Setup and configuration

Install the binary from crates.io with:

bash
cargo install sentry-mcp

After installation, configure the MCP client to run sentry-mcp and provide the required environment variables:

config.json
{
  "mcpServers": {
    "sentry": {
      "command": "sentry-mcp",
      "env": {
        "SENTRY_AUTH_TOKEN": "your_token_here",
        "SENTRY_HOST": "sentry.io"
      }
    }
  }
}

utapyngo/sentry-mcp-rs MCP server also accepts SOCKS_PROXY for a SOCKS5 proxy and HTTPS_PROXY for an HTTPS proxy. The README documents mise-based installation and a GitHub source installation as alternatives to cargo.

Tools and capabilities

The available tool inputs are deliberately centered on Sentry investigation:

  • Resolve an issue by URL or organization and issue ID.
  • Fetch a selected issue event or use the latest event.
  • Inspect distributed trace spans and timing.
  • Filter issue events with Sentry search syntax.
  • Set event result count from the default of 10 up to 100.
  • Choose newest or oldest event ordering.

Limitations and notes

utapyngo/sentry-mcp-rs MCP server requires an existing Sentry API authentication token and a configured Sentry hostname. The supplied material documents retrieval, inspection, and search operations; it does not describe tools for modifying issues, events, traces, or Sentry configuration.

The trace tool requires a valid 32-character hexadecimal trace ID. For issue details, either a full issue URL or both the organization slug and issue ID must be supplied. Search operations similarly require an organization slug and issue ID.

The project is licensed under MIT. Its README describes a single-binary Rust distribution with no runtime dependencies, but client compatibility is not specified for particular MCP applications.

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

Related MCP Servers

View all in Monitoring View all alternatives
  • Last9 MCP Server logoLast9 MCP Server

    Seamlessly bring real-time production contextβ€”logs, metrics, and tracesβ€”into your local environment to auto-fix code faster

    πŸ“Š Monitoring4 views
    Compare vs Last9 MCP Server β†’
  • Sentry MCP logoSentry MCP

    Sentry.io integration for error tracking and performance monitoring

    πŸ“Š Monitoring3 views
    Compare vs Sentry MCP β†’
  • Grafana Loki MCP logoGrafana Loki MCP

    An MCP server that allows querying Loki logs through the Grafana API.

    πŸ“Š Monitoring2 views
    Compare vs Grafana Loki MCP β†’
  • Langfuse MCP Java logoLangfuse MCP Java

    Query Langfuse traces, debug exceptions, analyze sessions, scores, datasets, schema, observations and manage prompts. Full observability toolkit for LLM applications. (https://github.com/langfuse/langfuse)

    πŸ“Š Monitoring3 views
    Compare vs Langfuse MCP Java β†’

Adoption & maintenance

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

GitHub stars
9
Stargazers on the source repository.
npm downloads
1M
Package downloads in the last 30 days.
Last commit
5mo ago
Most recent push to the default branch.
Tools exposed
8
Callable tools this server registers over MCP.
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 Rs

Run `cargo install sentry-mcp`, then configure your MCP client to start the `sentry-mcp` binary.

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 Rs AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/utapyngo-sentry-mcp-rs?style=directory)](https://allmcps.com/mcp/utapyngo-sentry-mcp-rs)
HTML Embed
<a href="https://allmcps.com/mcp/utapyngo-sentry-mcp-rs"><img src="https://allmcps.com/api/badge/utapyngo-sentry-mcp-rs?style=directory" alt="Sentry MCP Rs on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ“ŠMonitoring
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
AuthAPI key
LicenseMIT
Last updatedSep 7, 2026
8/9 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 stars9
GitHub Star CountTotal stargazers on GitHub representing community popularity (9 stars).
Last commit5mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Mar 22, 2026
npm downloads1,014,756/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
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 ownership6/20
Documentation & tools25/30
Adoption & activity6/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

2 high-severity advisories on record for this package. Most advisories affect transitive dependencies and may not be exploitable in this server's actual usage β€” this is a directional signal, not a security audit.

Critical 1High 1Medium 0Low 0

Scanned 21d ago via OSV.dev Β· sentry-mcp (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 Rs β†’Install in Claude DesktopInstall in CursorInstall in VS Code