We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jordan-huffman/airtable-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•994 B
# Airtable MCP Server Configuration
# ============================================
# Personal Access Token (REQUIRED)
# ============================================
# Create your PAT at: https://airtable.com/create/tokens
# PATs start with "pat" and support multiple bases with fine-grained permissions
AIRTABLE_PAT=patXXXXXXXXXXXXXXXXXX.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
# ============================================
# Default Base ID (OPTIONAL)
# ============================================
# Only set if you want a default base for all operations
# Find it in the URL: https://airtable.com/appXXXXXXXXXXXXXX/...
# If not set, the server can access all bases your PAT has permissions for
AIRTABLE_BASE_ID=appXXXXXXXXXXXXXX
# ============================================
# Note: Legacy API Keys No Longer Supported
# ============================================
# This server only accepts Personal Access Tokens (PAT)
# Legacy API keys (starting with "key") are deprecated by Airtable