Skip to main content
Glama

MCP Sentry para Cursor

sentry_set_context

Configure custom context data in the MCP Sentry para Cursor server to enhance error tracking and application monitoring by providing detailed, structured information.

Instructions

Set custom context data

Input Schema

NameRequiredDescriptionDefault
contextYesContext data
nameYesContext name

Input Schema (JSON Schema)

{ "properties": { "context": { "additionalProperties": true, "description": "Context data", "type": "object" }, "name": { "description": "Context name", "type": "string" } }, "required": [ "name", "context" ], "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