Queries Sentry issues, traces, and issue events through three MCP tools in a lightweight Rust binary.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
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.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Sentry MCP Rs.
issue_urlFull Sentry issue URL (alternative to the parameters below)
organization_slugOrganization slug (required if `issue_url` not provided)
issue_idIssue ID like `PROJECT-123` or numeric ID (required if `issue_url` not provided)
event_idSpecific event ID to fetch instead of latest (optional)
trace_id32-character hex trace ID
queryOptional Sentry search query
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.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.
Install the binary from crates.io with:
After installation, configure the MCP client to run sentry-mcp and provide the required environment variables:
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.
The available tool inputs are deliberately centered on Sentry investigation:
newest or oldest event ordering.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.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/utapyngo-sentry-mcp-rs)<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>