Skip to main content
Glama

MCP Sentry para Cursor

sentry_create_project

Create and configure new projects in Sentry to track deployments, releases, and application health metrics using specified name, slug, platform, and team.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
nameYesProject name
platformNoPlatform (e.g., 'javascript', 'python', 'node')
slugYesProject slug (URL-friendly identifier)
teamYesTeam slug

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Project name", "type": "string" }, "platform": { "description": "Platform (e.g., 'javascript', 'python', 'node')", "type": "string" }, "slug": { "description": "Project slug (URL-friendly identifier)", "type": "string" }, "team": { "description": "Team slug", "type": "string" } }, "required": [ "name", "slug", "team" ], "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