Skip to main content
Glama
friendlygeorge

sentry-mcp-server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SENTRY_BASE_URLNoSentry API base URL. Override for self-hosted Sentry.https://sentry.io/api/0/
SENTRY_AUTH_TOKENYesYour Sentry auth token (sntrys_...)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_organizationsA

List all Sentry organizations the authenticated user has access to. Returns id, slug, name, and status for each organization.

list_projectsA

List all projects in a Sentry organization. Returns project slug, name, platform, id, and team assignments.

list_issuesA

List issues in an organization with optional filters. An issue is a unique error grouped by fingerprint. Returns id, title, level, status, lastSeen, firstSeen, count, and project info.

get_issueA

Get full details of a specific issue by numeric ID, including title, culprit, metadata, tags, firstSeen, lastSeen, count, and project info.

list_issue_eventsA

List all events (individual occurrences) for a specific issue. Returns event id, message, platform, dateCreated, and tags. Use to find the most recent occurrence.

get_eventA

Get full details of a specific event by its ID, including exception values, stack trace, breadcrumbs, tags, and request context. Use this to debug a specific occurrence.

list_releasesA

List releases in a Sentry organization. Returns version, name, dateReleased, dateCreated, newGroups, and authors for each release.

get_releaseA

Get details of a specific release by version, including commit info, last commit, first/last event, deploy count, new issues, and associated projects.

list_teamsB

List teams in a Sentry organization. Returns team id, slug, name, memberCount, and isMember.

list_membersB

List members of a Sentry organization. Returns user id, email, name, role, and org role info.

get_issue_hashesA

Get the grouping hashes (fingerprint) for a specific issue. Useful to identify why issues are grouped together or to deduplicate across projects.

update_issue_statusA

Change the status of a Sentry issue — resolve it, mark it unresolved, ignore it, or set a resolution in the next release. Optionally attach a comment.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/friendlygeorge/sentry-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server