Skip to main content
Glama
diegofornalha

MCP Sentry para Cursor

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
sentry_capture_exceptionC

Capture and send an exception to Sentry

sentry_capture_messageC

Capture and send a message to Sentry

sentry_add_breadcrumbC

Add a breadcrumb for debugging context

sentry_set_userC

Set user context for Sentry

sentry_set_tagC

Set a tag that will be sent with all events

sentry_set_contextC

Set custom context data

sentry_start_transactionC

Start a performance monitoring transaction

sentry_finish_transactionC

Finish the current transaction

sentry_start_sessionC

Start a new session for release health monitoring

sentry_end_sessionC

End the current session with a specific status

sentry_set_releaseC

Set the release version for release health tracking

sentry_capture_sessionC

Manually capture a session for server-mode/request-mode

sentry_list_projectsB

List all projects in the organization

sentry_list_issuesC

List issues for a project

sentry_create_releaseC

Create a new release

sentry_list_releasesC

List releases for a project

sentry_get_organization_statsC

Get organization statistics

sentry_create_alert_ruleC

Create an alert rule for a project

sentry_resolve_short_idB

Retrieve details about an issue using its short ID. Maps short IDs to issue details, project context and status.

sentry_get_eventB

Retrieve a specific Sentry event from an issue. Requires issue ID/URL and event ID.

sentry_list_error_events_in_projectC

List error events from a specific Sentry project. View recent errors, frequency patterns and occurrence timestamps.

sentry_create_projectC

Create a new project in Sentry. Track deployments, releases and health metrics.

sentry_list_issue_eventsC

List events for a specific Sentry issue. Analyze event details, metadata and patterns.

sentry_get_issueB

Retrieve and analyze a Sentry issue. Accepts issue URL or ID.

sentry_list_organization_replaysC

List replays from a Sentry organization. Monitor user sessions, interactions, errors and experience issues.

sentry_setup_projectC

Set up Sentry for a project returning a DSN and instructions for setup.

sentry_search_errors_in_fileB

Search for Sentry errors occurring in a specific file. Find all issues related to a particular file path or filename.

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/diegofornalha/sentry-mcp-cursor'

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