Sentry
Server Details
Enable secure connectivity between Sentry issues and debugging data, and LLM clients, using a Model Context Protocol (MCP) server.
- Status
- Unhealthy
- OAuth
- Works in Glama
- Last Tested
- Transport
- Streamable HTTP
- URL
TDQS
Scored across 14 tools
Most tools have distinct purposes, but there is some overlap between search_events and search_issues, as both handle issue-related queries, which could cause confusion. However, their descriptions clarify that search_events is for counts/statistics and individual events, while search_issues is for grouped issue lists, helping to mitigate misselection.
All tool names follow a consistent verb_noun pattern with snake_case, such as find_organizations, get_sentry_resource, and search_issues. There are no deviations in naming conventions, making the set predictable and easy to understand.
With 14 tools, the count is well-scoped for Sentry's monitoring and debugging domain. Each tool serves a specific function, from resource retrieval to analysis, without feeling bloated or insufficient for the server's purpose.
The toolset covers core Sentry operations like issue analysis, resource fetching, and event searching, but there are minor gaps such as the lack of tools for creating or updating resources (e.g., creating issues or projects). Agents can work around this by using existing tools for read-only and analysis tasks.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
1 tool update
- Changed
get_profile_details7 fields changed- changed
Input schema / properties / end / descriptionPrevious value: -"End time for the profile chunk query (ISO 8601 format, e.g., '2024-01-01T01:00:00')"New value: +"Continuous profile end time in ISO 8601 format, for example '2024-01-01T01:00:00Z'" - changed
Input schema / properties / focusOnUserCode / descriptionPrevious value: -"Show only user code (in_app: true). Set to false to include library code."New value: +"Show only user code frames in the hotspot table. Set to false to include library frames." - added
Input schema / properties / profileIdAdded value: +{ + "description": "Transaction profile ID from a profile flamegraph URL", + "type": "string" +} - added
Input schema / properties / profileUrlAdded value: +{ + "description": "Sentry transaction profile or continuous profile URL. If provided, organization, project, and profile identifiers are extracted from the URL.", + "format": "uri", + "type": "string" +} - changed
Input schema / properties / profilerId / descriptionPrevious value: -"Profiler session ID (UUID from Sentry profile data)"New value: +"Continuous profiler session ID" - changed
Input schema / properties / start / descriptionPrevious value: -"Start time for the profile chunk query (ISO 8601 format, e.g., '2024-01-01T00:00:00')"New value: +"Continuous profile start time in ISO 8601 format, for example '2024-01-01T00:00:00Z'" - removed
Input schema / requiredRemoved value: -[ - "organizationSlug", - "projectSlugOrId", - "profilerId", - "start", - "end" -]
1 tool update
- Changed
get_replay_details1 field changed- changed
Input schema / properties / replayUrl / descriptionPrevious value: -"The URL of the replay. e.g. https://my-organization.sentry.io/replays/7e07485f-12f9-416b-8b14-26260799b51f/"New value: +"The URL of the replay. e.g. https://my-organization.sentry.io/explore/replays/7e07485f-12f9-416b-8b14-26260799b51f/"
1 tool update
- Changed
get_replay_details1 field changed- added
Input schema / properties / regionUrlAdded value: +{ + "anyOf": [ + { + "description": "The region URL for the organization you're querying, if known. For Sentry's Cloud Service (sentry.io), this is typically the region-specific URL like 'https://us.sentry.io'. For self-hosted Sentry installations, this parameter is usually not needed and should be omitted. You can find the correct regionUrl from the organization details using the `find_organizations()` tool.", + "type": "string" + }, + { + "type": "null" + } + ], + "description": "The region URL for the organization you're querying, if known. For Sentry's Cloud Service (sentry.io), this is typically the region-specific URL like 'https://us.sentry.io'. For self-hosted Sentry installations, this parameter is usually not needed and should be omitted. You can find the correct regionUrl from the organization details using the `find_organizations()` tool." +}
2 tool updates
- Added
get_replay_details - Changed
get_sentry_resource1 field changed- changed
Input schema / properties / resourceType / enumPrevious value: -[ - "issue", - "event", - "trace", - "breadcrumbs" -]New value: +[ + "issue", + "event", + "trace", + "breadcrumbs", + "replay" +]
1 tool update
- Added
get_profile_details
3 tool updates
- Removed
get_issue_details - Added
get_sentry_resource - Removed
get_trace_details
13 tool updates
- First observed
analyze_issue_with_seer - First observed
find_organizations - First observed
find_projects - First observed
find_releases - First observed
find_teams - First observed
get_event_attachment - First observed
get_issue_details - First observed
get_issue_tag_values - First observed
get_trace_details - First observed
search_events - First observed
search_issue_events - First observed
search_issues - First observed
whoami
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
Model Context Protocol server for the Apideck Unified API. Connect any MCP-compatible agent framework to 100+ accounting systems, HRIS platforms, file storage providers, and more through one integration. More information https://www.apideck.com/mcp-server
MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.
Related MCP Servers
- FlicenseBqualityDmaintenanceA Model Context Protocol server that retrieves and analyzes Sentry.io issues, allowing users to inspect error reports, stacktraces, and debugging information from their Sentry account.222-
- FlicenseAqualityDmaintenanceA Model Context Protocol server that enables retrieving and analyzing Sentry issues, including stacktraces and debugging information.2-

Sentry MCPofficial
AlicenseAqualityAmaintenanceA remote Model Context Protocol server acting as middleware to the Sentry API, allowing AI assistants like Claude to access Sentry data and functionality through natural language interfaces.717 npm852MIT- FlicenseBqualityFmaintenanceA Model Context Protocol server that enables AI assistants to interact with Sentry for error tracking and monitoring, allowing retrieval and analysis of error data, project management, and performance monitoring through the Sentry API.1121-
Glama MCP Gateway
Add one secure layer between your agents and this server.