Skip to main content
Glama

MCP Sentry para Cursor

sentry_capture_message

Capture and send messages to Sentry with defined severity levels, tags, and context for enhanced error monitoring and application health tracking.

Instructions

Capture and send a message to Sentry

Input Schema

NameRequiredDescriptionDefault
contextNoAdditional context data
levelNoSeverity level of the messageinfo
messageYesMessage to send to Sentry
tagsNoKey-value pairs to tag the message

Input Schema (JSON Schema)

{ "properties": { "context": { "additionalProperties": true, "description": "Additional context data", "type": "object" }, "level": { "default": "info", "description": "Severity level of the message", "enum": [ "fatal", "error", "warning", "info", "debug" ], "type": "string" }, "message": { "description": "Message to send to Sentry", "type": "string" }, "tags": { "additionalProperties": { "type": "string" }, "description": "Key-value pairs to tag the message", "type": "object" } }, "required": [ "message" ], "type": "object" }

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