BrainLLM
by miisodev
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Presence switches to HTTP-connector mode | |
| BRAINLLM_TZ | No | IANA timezone (e.g. `Africa/Johannesburg`) so dates stamp in *your* day on hosted deploys; unset = host clock | |
| BRAINLLM_MODE | No | `core` (default) or `full` (adds the raw ETAPI surface) | core |
| MCP_AUTH_TOKEN | No | Static bearer token accepted on `/mcp` — what Claude Code and `mcp-remote` send | |
| BRAINLLM_CONFIG | No | Absolute file path for `brainllm.json` on persistent-volume deploys | |
| TRILIUM_BASE_URL | Yes | URL of the TriliumNext instance (local, or an HTTPS reverse-proxy/tunnel URL) | |
| TRILIUM_PASSWORD | No | Alternative to the token: BrainLLM mints one on first start and caches it beside brainllm.json, reusing it across restarts. Also used by `bun run init` | |
| BRAINLLM_PUBLIC_URL | No | Override the derived public origin when a proxy rewrites `Host`. Must match the URL you enter in the client exactly | |
| TRILIUM_ETAPI_TOKEN | No | ETAPI bearer token. Required unless TRILIUM_PASSWORD is set | |
| BRAINLLM_OWNER_PASSWORD | No | Enables the OAuth 2.1 / CIMD endpoints, required for claude.ai. The password you type on the consent screen |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |
This server cannot be deployed
Maintenance
ActivityActive
ResponsivenessNo issues