Skip to main content
Glama
subwizzll

Open Brain MCP Server

by subwizzll

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DB_BACKENDNoChoose the database backend: 'supabase' (default) or 'postgres'.supabase
DATABASE_URLNoThe PostgreSQL connection URL (required for Postgres backend).
SUPABASE_URLNoThe URL of your Supabase project (required for Supabase backend).
MCP_HTTP_PORTNoThe port for the HTTP/SSE transport.3100
EMBEDDING_MODELNoThe OpenRouter embedding model to use.openai/text-embedding-3-small
OPENROUTER_API_KEYYesUsed to generate embeddings via OpenRouter
EMBEDDING_DIMENSIONSNoThe dimensions of the embedding model (must match the model output and database schema).1536
CURSOR_TRANSCRIPTS_DIRNoPath to the Cursor agent-transcripts directory; enables indexing tools.
SUPABASE_SERVICE_ROLE_KEYNoThe service role key for your Supabase project (required for Supabase backend).

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/subwizzll/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server