Skip to main content
Glama

Sentry MCP

Official
by getsentry
turbo.json1.23 kB
{ "$schema": "https://turbo.build/schema.json", "daemon": false, "ui": "stream", "tasks": { "setup": { "dependsOn": ["build"], "cache": false }, "dev": { "dependsOn": ["^build"], "cache": false, "persistent": true }, "deploy": { "dependsOn": ["^build"], "outputs": [], "cache": true }, "lint": { "dependsOn": ["^build"], "cache": true }, "test": { "dependsOn": ["^build"], "outputs": [], "cache": true }, "tsc": { "dependsOn": ["^build"], "outputs": [], "cache": true }, "eval": { "dependsOn": ["^build"], "outputs": [], "cache": true }, "build": { "dependsOn": ["^build"], "outputs": [".next/**", "!.next/cache/**", "dist/**", "*.tsbuildinfo"], "cache": true }, "after-build": { "dependsOn": ["build"], "cache": false } }, "globalPassThroughEnv": [ "NODE_ENV", "CI", "OPENAI_API_KEY", "COOKIE_SECRET", "SENTRY_CLIENT_ID", "SENTRY_CLIENT_SECRET", "SENTRY_AUTH_TOKEN", "SENTRY_ACCESS_TOKEN", "SENTRY_SPOTLIGHT", "VITE_SENTRY_DSN", "VITE_SENTRY_ENVIRONMENT" ] }

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/getsentry/sentry-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server