Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP server port | 3050 |
| GEMINI_API_KEY | No | API key for Gemini agent | |
| OPENAI_API_KEY | No | API key for Codex agent | |
| ANTHROPIC_API_KEY | No | Required for Claude Code | |
| MCP_DATABASE_PATH | No | Custom database location for session storage in HTTP mode | |
| CLAUDE_CODE_ENABLE | No | Enable/disable Claude Code tool | true |
| CLAUDE_CODE_DEFAULT_CWD | No | Default working directory for Claude Code | |
| CLAUDE_CODE_MAX_MESSAGES | No | Max messages to return | 100 |
| CLAUDE_CODE_DEFAULT_MODEL | No | Default Claude model | |
| CLAUDE_CODE_EXECUTABLE_PATH | No | Path to Claude executable (auto-detected if not set) |
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 | |