Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BRAIN_NAME | No | Which brain (knowledge space) to use | personal |
| DATABASE_URL | No | PostgreSQL connection string | postgresql://brain:brain@localhost:5488/brain |
| EMBEDDING_MODEL | No | Override the embedding model used for semantic search | openai/text-embedding-3-small |
| BRAIN_ACCESSIBLE | No | Comma-separated whitelist of brain names this instance can access. Empty = all brains accessible. | |
| OPENROUTER_API_KEY | Yes | Required API key for generating embeddings via OpenRouter |
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 | |