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. |
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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/anthonysuherli/br8n'
If you have feedback or need assistance with the MCP directory API, please join our Discord server