Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | The port the server will listen on | 3005 |
| API_KEY | Yes | Your API key for authentication (generate with: openssl rand -hex 32) | |
| TRUENAS_HOST | No | The hostname or IP address of your TrueNAS server (optional) | |
| OPNSENSE_HOST | No | The hostname or IP address of your OPNsense firewall (optional) | |
| TRUENAS_API_KEY | No | Your TrueNAS API key (optional) | |
| CAPABILITY_LEVEL | No | The capability level for the server (1-4). Level 1: Monitor (read-only), Level 2: Operate (start/stop), Level 3: Configure (read configs), Level 4: Manage (full control) | 1 |
| OPNSENSE_API_KEY | No | Your OPNsense API key (optional) | |
| OPNSENSE_API_SECRET | No | Your OPNsense API secret (optional) |
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 | |