We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AiDD-app/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•669 B
# AiDD Claude MCP Server Environment Variables
# Google Analytics 4 (MCP Server tracking)
# These enable cross-platform analytics with iOS and Web
GA_MEASUREMENT_ID=G-HEZ2PWTFZE
GA_API_SECRET=RGt5_wCNT1WXhROorv2NXA
# MCP Server Configuration
MCP_SERVER_PORT=3000
MCP_SERVER_HOST=localhost
# Backend API Configuration
AIDD_BACKEND_URL=https://aidd-backend-prod-739193356129.us-central1.run.app
AIDD_API_KEY=dev-api-key-123456
# OAuth Configuration
GOOGLE_CLIENT_ID=your-google-client-id
MICROSOFT_CLIENT_ID=ca8b73d8-6bc2-4564-9665-17fb67799fe3
# Feature Flags
ENABLE_ANALYTICS=true
ENABLE_ERROR_TRACKING=true
ANALYTICS_DEBUG=false
# Development
NODE_ENV=production