Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for HTTP server mode | 3000 |
| DEBUG | No | Enable debug logging | true |
| CACHE_TTL | No | Cache TTL in milliseconds (5 minutes) | 300000 |
| TEMPLATE_PATH | No | Custom template location | ./data/template.md |
| CLAUDE_WEB_EMAIL | No | Your Claude.ai email | |
| ENABLE_ANTHROPIC | No | Enable Anthropic API integration | true |
| ANTHROPIC_API_KEY | No | Your Anthropic API key | |
| CLAUDE_WEB_HEADLESS | No | Run browser in headless mode | true |
| ENABLE_PROMPT_CACHE | No | Enable prompt caching system | true |
| CLAUDE_PROJECTS_PATH | No | Path to Claude projects | ~/CascadeProjects |
| WINDSURF_MEMORY_PATH | No | Path to Windsurf memory file | ~/.codeium/windsurf/memories/global_rules.md |
| CLAUDE_WEB_SYNC_ENABLED | No | Enable Claude.ai web synchronization | false |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |