We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/LeonMelamud/pikud-a-oref-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•496 B
# Pikud HaOref Alert System - Environment Variables
# Copy this to .env and fill in your values: cp .env.example .env
# Then deploy: make deploy
# API Authentication (CHANGE THIS in production!)
API_KEY=dev-secret-key
# Server Ports
PORT=8000
MCP_PORT=8001
SSE_PORT=8002
# Database (inside Docker volume, no config needed)
DATABASE_PATH=data/alerts.db
# CORS (comma-separated origins, or * for all)
ALLOWED_ORIGINS=*
# GeoIP (optional - leave empty to disable geo-blocking)
GEOIP_DB_PATH=