Skip to main content
Glama

AI Development Pipeline MCP

by theburgerllc
.env.example3.33 kB
# AI Development Pipeline MCP Integration - Environment Configuration Template # Copy this file to .env and fill in your actual values # ============================================================================= # APPLICATION ENVIRONMENT # ============================================================================= # Set to 'development' for local development, 'production' for deployment NODE_ENV=development # Your deployed application URL NEXT_PUBLIC_APP_URL=https://your-app-url.vercel.app # ============================================================================= # AIRTABLE CONFIGURATION # ============================================================================= # Get your API key from: https://airtable.com/developers/web/api/introduction AIRTABLE_API_KEY=your_airtable_api_key_here # Your Airtable base ID (found in API documentation for your base) AIRTABLE_BASE_ID=your_base_id_here # The name of your main table in Airtable AIRTABLE_TABLE_NAME=your_table_name_here # ============================================================================= # SQUARE CONFIGURATION # ============================================================================= # Square webhook secret for payment notifications SQUARE_WEBHOOK_SECRET=your_square_webhook_secret_here # Get your Square application ID from: https://developer.squareup.com/apps SQUARE_APPLICATION_ID=your_square_app_id_here # Your Square access token (sandbox or production) SQUARE_ACCESS_TOKEN=your_square_access_token_here # Square checkout URLs SQUARE_CHECKOUT_URL=https://square.link/u/your_checkout_id SQUARE_CHECKOUT_URL_PREMIUM=https://square.link/u/your_premium_checkout_id SQUARE_CHECKOUT_URL_SANDBOX=https://square.link/u/your_sandbox_checkout_id # Square environment: 'sandbox' or 'production' SQUARE_ENVIRONMENT=sandbox # Square API version SQUARE_API_VERSION=2025-05-21 # ============================================================================= # EMAIL CONFIGURATION (Optional) # ============================================================================= # EmailJS configuration for contact forms EMAILJS_SERVICE_ID=your_emailjs_service_id EMAILJS_TEMPLATE_ID=your_emailjs_template_id EMAILJS_USER_ID=your_emailjs_user_id # ============================================================================= # AUTHENTICATION (NextAuth.js) # ============================================================================= # NextAuth URL (should match your domain) NEXTAUTH_URL=https://your-app-url.vercel.app # NextAuth secret (generate with: openssl rand -base64 32) NEXTAUTH_SECRET=your_nextauth_secret_here # ============================================================================= # MCP SERVER SECURITY # ============================================================================= # API key for cloud MCP endpoint authentication (generate with: openssl rand -hex 32) MCP_API_KEY=your_mcp_api_key_here # ============================================================================= # SECURITY NOTES # ============================================================================= # - Never commit this file with real values to version control # - Use strong, unique secrets for production # - Rotate API keys regularly # - Use environment-specific configurations # - Enable proper authentication for cloud deployments

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/theburgerllc/ai-development-pipeline-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server