Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MONGODB_DBNoDatabase name.recall_select
QDRANT_URLNoQdrant endpoint (internal compose network).http://qdrant:6333
MONGODB_URIYesRemote, managed MongoDB connection string.
VECTOR_SIZENoVector dimension for every collection.768
QDRANT_API_KEYYesShared secret between the app and Qdrant. Required in production.
SESSION_SECRETYesSigns the session cookie. Set a stable value in production.
PUBLIC_BASE_URLNoPublic origin; builds the memory link + OAuth redirect URI.http://localhost:8000
GOOGLE_CLIENT_IDYesGoogle OAuth 2.0 Web client id.
MONOBANK_API_KEYNoMonobank acquiring merchant token. Required for payments.
EMBEDDING_API_KEYYesAPI key for the remote embedding API.
EMBEDDING_BASE_URLNoOpenAI-compatible embeddings API base URL.https://api.deepinfra.com/v1
GOOGLE_CLIENT_SECRETYesGoogle OAuth 2.0 client secret.
MONOBANK_WEBHOOK_URLNoServer-to-server callback that grants the tier. Must be publicly reachable.{PUBLIC_BASE_URL}/webhooks/monobank
MONOBANK_REDIRECT_URLNoWhere the shopper's browser returns after paying.{PUBLIC_BASE_URL}/payment/success
MONOBANK_WEBHOOK_VERIFYNoVerify the webhook's X-Sign against the merchant pubkey. 0 for local dev.1

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/SergeySetti/recall_select'

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