Skip to main content
Glama

MCP Sentry para Cursor

start.sh349 B
#!/bin/bash # Script de inicialização para Cursor MCP # Uso: ./start.sh # Carregar configurações do config.env se existir if [ -f "config.env" ]; then source config.env fi # Verificar se o projeto foi compilado if [ ! -d "dist" ]; then echo "Compilando projeto..." >&2 npm run build fi # Iniciar o servidor MCP 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