br8n
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BR8N_API_KEY | No | Service-only API key for internal callers (optional). | |
| BR8N_BACKEND | No | Backend tier: 'local' (free, on-device SQLite) or 'cloud' (hosted Supabase). Defaults to 'local'. | local |
| BR8N_DB_PATH | No | Path to the on-device SQLite database. Defaults to ~/.br8n/brain.db. | ~/.br8n/brain.db |
| SUPABASE_URL | No | Supabase project URL. Required for cloud backend. | |
| OPENAI_API_KEY | No | OpenAI API key, used for semantic search embeddings. Alternative to AI_GATEWAY_API_KEY. | |
| TAVILY_API_KEY | No | Tavily API key for web search in the explore pipeline. Optional. | |
| SUPABASE_ANON_KEY | No | Supabase anon key. Required for cloud backend. | |
| AI_GATEWAY_API_KEY | No | API key for the AI gateway, used for semantic search embeddings. Alternative to OPENAI_API_KEY. | |
| SUPABASE_JWT_SECRET | No | Secret used to verify GoTrue JWTs. Required for cloud backend. |
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
ActivitySlowing
ResponsivenessNo issues