Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AGENTS_DIR | Yes | Absolute path to your agents folder where .md or .txt agent definitions are stored. | |
| AGENT_TYPE | Yes | The execution engine to use: 'cursor' (cursor-agent), 'claude' (claude CLI), 'gemini' (gemini CLI), or 'codex' (codex CLI). | |
| SESSION_DIR | No | Absolute path to the directory where session history files are stored. | |
| SESSION_ENABLED | No | Set to 'true' to enable session management for context continuity between executions. | false |
| EXECUTION_TIMEOUT_MS | No | How long agents can run before timing out in milliseconds. Default is 5 minutes (300000), max is 10 minutes. | 300000 |
| SESSION_RETENTION_DAYS | No | How long to keep session files based on last modification time in days. | 1 |
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 | |