# Sentry OAuth Application Credentials
# Create an OAuth app at: https://sentry.io/settings/account/api/applications/
# - Homepage URL: http://localhost:5173 (for local dev)
# - Authorized Redirect URIs: http://localhost:5173/oauth/callback (for local dev)
SENTRY_CLIENT_ID=
# Client Secret from your Sentry OAuth application
# Generate this when creating your OAuth app in Sentry
SENTRY_CLIENT_SECRET=
# Cookie encryption secret for session management
# Generate a random string (32+ characters recommended)
# Example: openssl rand -base64 32
COOKIE_SECRET=thisisasecret
# OpenAI API key for AI-powered search tools (search_events, search_issues)
# Get yours at: https://platform.openai.com/api-keys
# Required for natural language query translation features
OPENAI_API_KEY=sk-proj-generate-this
# The URL where your MCP server is hosted
# Local development: http://localhost:5173
# Production: Your deployed URL (e.g., https://your-app.pages.dev)
MCP_HOST=http://localhost:5173
# Enable Spotlight
SENTRY_SPOTLIGHT=1
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