Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SHELL | No | Default shell for create_terminal | /bin/bash |
| FORGE_DASHBOARD | No | Enable web dashboard | off |
| FORGE_AUTH_TOKEN | No | Require Bearer token for /mcp, /api, and /ws | |
| FORGE_BUFFER_SIZE | No | Ring buffer size per session (1 MB) | 1048576 |
| FORGE_CLAUDE_PATH | No | Path to Claude CLI binary | claude |
| FORGE_IDLE_TIMEOUT | No | Session idle timeout in ms (30 min) | 1800000 |
| FORGE_MAX_SESSIONS | No | Max concurrent PTY sessions | 10 |
| FORGE_DASHBOARD_PORT | No | Dashboard port | 3141 |
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 | |