Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
HOST | No | Server host | 0.0.0.0 |
PORT | No | Server port | 8000 |
LOG_LEVEL | No | Logging level | INFO |
MCP_SERVER_NAME | No | Server name (optional) | |
AIRTABLE_CLIENT_ID | Yes | OAuth client ID from Airtable | |
MCP_SERVER_VERSION | No | Server version (optional) | |
AIRTABLE_REDIRECT_URI | Yes | OAuth callback URL | http://localhost:8000/oauth/callback |
AIRTABLE_CLIENT_SECRET | Yes | OAuth client secret |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |