Skip to main content
Glama

MCP Sentry para Cursor

sentry_set_context

Set custom context data for error monitoring, performance tracking, and application health using a structured input schema for integration with Sentry.

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