Skip to main content
Glama

Airtable OAuth MCP Server

by onimsha
.env.exampleโ€ข595 B
# Airtable OAuth Configuration AIRTABLE_CLIENT_ID=your_airtable_client_id_here AIRTABLE_CLIENT_SECRET=your_airtable_client_secret_here AIRTABLE_REDIRECT_URI=http://localhost:8000/oauth/callback # Google Cloud Firestore Configuration GOOGLE_CLOUD_PROJECT=your_gcp_project_id GOOGLE_CLOUD_CREDENTIALS_PATH=path/to/your/service-account-key.json # Server Configuration HOST=0.0.0.0 PORT=8000 LOG_LEVEL=INFO # OAuth Configuration OAUTH_STATE_SECRET=your_random_secret_for_oauth_state TOKEN_ENCRYPTION_KEY=your_32_character_encryption_key # Development Settings DEBUG=false DEVELOPMENT_MODE=false

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/onimsha/airtable-mcp-server-oauth'

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