TimelinesAI MCP Server
by DanFrModa
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for HTTP server (used when transport is http). Railway injects automatically. | 8000 |
| MCP_AUTH_TOKEN | No | Secret protecting the HTTP endpoint. Required if TIMELINES_MCP_TRANSPORT is 'http'. Must be at least 32 characters. | |
| TIMELINES_TIMEOUT | No | Timeout in seconds for API calls | 45 |
| TIMELINES_API_BASE | No | Base URL for the TimelinesAI API | https://app.timelines.ai/integrations/api |
| TIMELINES_API_TOKEN | Yes | API token (tla_...) for TimelinesAI | |
| TIMELINES_MAX_CHARS | No | Maximum characters for response truncation | 20000 |
| TIMELINES_READ_ONLY | No | Set to '1' to block all write operations. Default depends on transport: allowed with 'stdio', blocked with 'http'. | |
| TIMELINES_ALLOW_SEND | No | Set to '1' to allow sending WhatsApp messages. Default is '0' (off) for all transports. | |
| TIMELINES_MCP_TRANSPORT | No | Transport mode: 'stdio' (default) or 'http' (required for remote server) | stdio |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues