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
Maintainer
SentryVendor
Category
Developer Tools
Tags
monitoringerrorsenterprise
Last Scanned
28 May 2026

Findings

2 issues

Tool 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
NameDescriptionRisk
whoamiIdentify the authenticated user in Sentry. Use this tool when you need to: - Get the user's name and email address.read
find_organizationsFind organizations that the user has access to in Sentry.read
find_teamsFind teams in an organization in Sentry.read
find_projectsFind projects in Sentry.read
find_releasesFind releases in Sentry.read
find_dsnsList all Sentry DSNs for a specific project.read
get_sentry_resourceFetch 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_valuesGet tag value distribution for a specific Sentry issue.read
get_event_attachmentDownload attachments from a Sentry event.read
get_profile_detailsInspect a specific Sentry profile in detail.read
get_replay_detailsGet high-level information about a specific Sentry replay by URL or replay ID.read
get_latest_base_snapshotGet the latest UI screenshots/images for an app from the preprod snapshot system.read
get_snapshotGet a preprod snapshot comparison summary, including metadata, counts, and changed image sections.read
get_snapshot_imageGet metadata and image content for one image in a preprod snapshot.read
update_issueUpdate a Sentry issue's status or assignment.write
update_projectUpdate project settings in Sentry, such as name, slug, platform, and team assignment.write
search_eventsSearch Sentry events and replays. Use for event counts/statistics.read
search_issuesSearch for grouped issues/problems in Sentry - returns a LIST of issues, NOT counts or aggregations.read
search_issue_eventsSearch and filter events within a specific issue.read
create_teamCreate a new team in Sentry.write
create_projectCreate a new project in Sentry (includes DSN automatically).write
create_dsnCreate an additional DSN for an EXISTING project.write
analyze_issue_with_seerUse Seer to analyze production errors and get detailed root cause analysis with specific code fixes.write
search_docsSearch Sentry documentation for SDK setup, instrumentation, and configuration guidance.read
get_docFetch the full markdown content of a Sentry documentation page.read
use_sentryNatural 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