Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Server host address | 0.0.0.0 |
| PORT | No | Server port | 3000 |
| LOG_LEVEL | No | Logging level | info |
| SAFE_MODE | No | Disable ALL trading operations. Recommended: true for production | false |
| KRAKEN_SECRET | No | Your Kraken API secret (only needed for private tools) | |
| BINANCE_SECRET | No | Your Binance API secret (only needed for private tools) | |
| KRAKEN_API_KEY | No | Your Kraken API key (only needed for private tools) | |
| BINANCE_API_KEY | No | Your Binance API key (only needed for private tools) | |
| COINBASE_SECRET | No | Your Coinbase API secret (only needed for private tools) | |
| COINBASE_API_KEY | No | Your Coinbase API key (only needed for private tools) | |
| DEFAULT_EXCHANGE | No | Default cryptocurrency exchange | coinbase |
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 | |