Skip to main content
Glama

MCP Airtable Server

by marchi-lau
.env.example1.43 kB
# Airtable Configuration (Required) AIRTABLE_API_KEY=patXXXXXXXXXXXXXX AIRTABLE_BASE_ID=appXXXXXXXXXXXXXX # Server Configuration (Optional) PORT=3000 NODE_ENV=development LOG_LEVEL=info # Authentication (Required for remote deployment) MCP_AUTH_TOKEN=your-very-secure-token-here # AWS S3 Configuration (Optional - for upload_attachment) AWS_REGION=us-east-1 AWS_S3_BUCKET=my-airtable-attachments AWS_ACCESS_KEY_ID=AKIAXXXXXXXXXXXXXXXX AWS_SECRET_ACCESS_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX AWS_S3_PUBLIC_URL_PREFIX=https://cdn.example.com/attachments # Google Cloud Storage Configuration (Optional - for upload_attachment) GCS_BUCKET=my-airtable-attachments GCS_PROJECT_ID=my-project-123456 # Option 1: Service account key file GCS_KEY_FILE=/path/to/service-account-key.json # Option 2: Service account credentials (if not using key file) GCS_CLIENT_EMAIL=my-service-account@my-project.iam.gserviceaccount.com GCS_PRIVATE_KEY="-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBg...\n-----END PRIVATE KEY-----" GCS_PUBLIC_URL_PREFIX=https://cdn.example.com/attachments # Redis Configuration (Optional - for high-volume batch operations) REDIS_URL=redis://username:password@localhost:6379/0 # Or individual settings: REDIS_HOST=localhost REDIS_PORT=6379 REDIS_PASSWORD=your-redis-password QUEUE_CONCURRENCY=5 # CORS Configuration (Optional - for SSE transport) CORS_ORIGIN=https://app.example.com,https://app2.example.com

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/marchi-lau/mcp-airtable'

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