Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | The port number for the server | 3000 |
| LOG_LEVEL | No | Logging level for the application | info |
| AIRTABLE_TABLE | No | Optional default Airtable table name | |
| AIRTABLE_TOKEN | No | Airtable Personal Access Token (fallback; X-User-Token header is preferred) | |
| MCP_AUTH_TOKEN | No | Optional connector bearer token for authentication | change-me |
| AIRTABLE_BASE_ID | No | Optional default Airtable base ID |
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 | |