SeaTable MCP
Officialby seatable
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| METRICS_PORT | No | Prometheus metrics port (default: 9090, HTTP mode only). | 9090 |
| SEATABLE_MOCK | No | Enable mock mode for offline testing (set to 'true'). | false |
| SEATABLE_MODE | No | Operation mode: 'selfhosted' (default) or 'managed' (multi-tenant HTTP with per-client auth). | selfhosted |
| SEATABLE_BASES | No | Multi-base configuration as a JSON array string (e.g. '[{"base_name":"CRM","api_token":"token_abc"}]'). Required in self-hosted mode if SEATABLE_API_TOKEN is not provided. | |
| SEATABLE_API_TOKEN | No | Single-base API token. Required in self-hosted mode if SEATABLE_BASES is not provided. | |
| SEATABLE_SERVER_URL | Yes | Your SeaTable server URL (e.g., https://cloud.seatable.io or your own instance) | |
| CORS_ALLOWED_ORIGINS | No | Comma-separated list of allowed origins for CORS (HTTP mode only, disabled if unset). |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/seatable/sea-table-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server