Skip to main content
Glama

MCP Sentry para Cursor

sentry_create_release

Create a new release by specifying version, project slugs, release URL, and date. Facilitates version tracking and integration with Sentry for application monitoring. Supports structured release management.

Instructions

Create a new release

Input Schema

NameRequiredDescriptionDefault
dateReleasedNoRelease date (ISO format)
projectsNoList of project slugs
urlNoRelease URL
versionYesRelease version (e.g., 'myapp@1.0.0')

Input Schema (JSON Schema)

{ "properties": { "dateReleased": { "description": "Release date (ISO format)", "type": "string" }, "projects": { "description": "List of project slugs", "items": { "type": "string" }, "type": "array" }, "url": { "description": "Release URL", "type": "string" }, "version": { "description": "Release version (e.g., 'myapp@1.0.0')", "type": "string" } }, "required": [ "version" ], "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