Skip to main content
Glama

MCP Sentry para Cursor

start-cursor.sh854 B
#!/bin/bash # Script wrapper para Cursor MCP # Garante que as variáveis de ambiente sejam carregadas corretamente # Mudar para o diretório do script cd "$(dirname "$0")" # Carregar configurações do arquivo config.env ou usar valores padrão if [ -f "config.env" ]; then set -a source config.env set +a else # Fallback para valores hardcoded se config.env não existir export SENTRY_DSN="https://782bbb46ddaa4e64a9a705e64f513985@o927801.ingest.us.sentry.io/5877334" export SENTRY_AUTH_TOKEN="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" export SENTRY_ORG="coflow" export SENTRY_API_URL="https://sentry.io/api/0" fi # Verificar se o projeto foi compilado if [ ! -d "dist" ]; then echo "Compilando projeto..." >&2 npm run build fi # Iniciar o servidor MCP exec node dist/index.js

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