A
Sentry MCP Server
Official Sentry MCP server providing error tracking, issue management, event search, performance monitoring, snapshot debugging, and AI conversation retrieval.
Overall Score92/100
Score Breakdown
Server Info
- Package
- @sentry/mcp-server
- Registry
- npm
- Repository
- getsentry/sentry-mcp
- Maintainer
- SentryVendor
- Category
- Developer Tools
- Tags
- monitoringerrorsenterprise
- Last Scanned
- 28 May 2026
Findings
2 issuesTool Schema Quality
HIGHRequired fields missing on 2 write operations
Write tools without required field declarations: update_issue, analyze_issue_with_seer.
Remediation
Add required arrays to all write/delete tool schemas.
LLM Safety
HIGHTool descriptions contain instructional language
Descriptions include directives that could influence LLM behavior beyond tool selection.
Remediation
Remove instructional language. Descriptions should be purely factual.
Tools
26 total| Name | Description | Risk |
|---|---|---|
| whoami | Identify the authenticated user in Sentry. Use this tool when you need to: - Get the user's name and email address. | read |
| find_organizations | Find organizations that the user has access to in Sentry. | read |
| find_teams | Find teams in an organization in Sentry. | read |
| find_projects | Find projects in Sentry. | read |
| find_releases | Find releases in Sentry. | read |
| find_dsns | List all Sentry DSNs for a specific project. | read |
| get_sentry_resource | Fetch a Sentry resource by URL, or by resourceType plus resourceId. Supports issues, events, traces, spans, AI conversations, breadcrumbs, replays, preprod snapshots, and snapshot images. | read |
| get_issue_tag_values | Get tag value distribution for a specific Sentry issue. | read |
| get_event_attachment | Download attachments from a Sentry event. | read |
| get_profile_details | Inspect a specific Sentry profile in detail. | read |
| get_replay_details | Get high-level information about a specific Sentry replay by URL or replay ID. | read |
| get_latest_base_snapshot | Get the latest UI screenshots/images for an app from the preprod snapshot system. | read |
| get_snapshot | Get a preprod snapshot comparison summary, including metadata, counts, and changed image sections. | read |
| get_snapshot_image | Get metadata and image content for one image in a preprod snapshot. | read |
| update_issue | Update a Sentry issue's status or assignment. | write |
| update_project | Update project settings in Sentry, such as name, slug, platform, and team assignment. | write |
| search_events | Search Sentry events and replays. Use for event counts/statistics. | read |
| search_issues | Search for grouped issues/problems in Sentry - returns a LIST of issues, NOT counts or aggregations. | read |
| search_issue_events | Search and filter events within a specific issue. | read |
| create_team | Create a new team in Sentry. | write |
| create_project | Create a new project in Sentry (includes DSN automatically). | write |
| create_dsn | Create an additional DSN for an EXISTING project. | write |
| analyze_issue_with_seer | Use Seer to analyze production errors and get detailed root cause analysis with specific code fixes. | write |
| search_docs | Search Sentry documentation for SDK setup, instrumentation, and configuration guidance. | read |
| get_doc | Fetch the full markdown content of a Sentry documentation page. | read |
| use_sentry | Natural language interface to Sentry via an embedded AI agent. | write |
Deploy Sentry MCP Server securely
CompleteFlow adds per-user authentication, permission scoping, and audit logging to any MCP server out of the box.
Deploy on CompleteFlow