Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SUPABASE_URLYesSupabase project URL (required)
EMBEDDING_DIMNoEmbedding dimension (must match database schema dimension)
OPENAI_API_KEYNoOpenAI API key (required if EMBEDDING_PROVIDER=openai)
EMBEDDING_MODELNoEmbedding model, uses provider default if omitted
OLLAMA_BASE_URLNoOllama server URL (required if EMBEDDING_PROVIDER=ollama)
AWS_ACCESS_KEY_IDNoAWS access key ID for Bedrock (optional, uses default AWS credential chain if omitted)
AWS_DEFAULT_REGIONNoAWS region for Bedrock (optional, used if EMBEDDING_PROVIDER=bedrock)
EMBEDDING_PROVIDERNoEmbedding provider: openai, bedrock, ollama. Defaults to 'openai'
FOUNDERS_OS_USER_IDNoUser identifier for personal scopes, defaults to 'default'
SUPABASE_SECRET_KEYYesSupabase secret key (required)
FOUNDERS_OS_TIMEZONENoTimezone used by date-aware tools, e.g. 'America/Los_Angeles'
AWS_SECRET_ACCESS_KEYNoAWS secret access key for Bedrock (optional)
FOUNDERS_OS_COMPANY_IDNoCompany identifier for scoping data, defaults to 'default'

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/OurThinkTank/founders-os'

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