Skip to main content
Glama
potatohoney-p

weasley-deepmind

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LLM_PRIMARYNoPrimary LLM provider for quality evaluation and auto-reflect.
DATABASE_URLYesPostgreSQL connection string with pgvector extension (e.g., postgresql://user:pass@host:5432/dbname).
LLM_FALLBACKSNoComma-separated list of fallback LLM providers for quality evaluation and auto-reflect.
MEMORY_CONFIGNoJSON configuration string for memory settings.
ENABLE_OPENAPINoSet to 'true' to enable the OpenAPI endpoint at /openapi.json.
ALLOWED_ORIGINSNoComma-separated list of allowed origins for browser-based MCP clients. If not set, all origins are allowed.
MEMENTO_STORAGENoStorage adapter type. Default is 'pgvector'. 'sqlite' is a stub and not implemented.pgvector
PGVECTOR_SCHEMANoSchema for pgvector. Usually not needed as it is auto-detected.
TOOL_PERMISSIONSNoJSON map of tool permissions for RBAC. Tools not listed are denied by default.
TRUST_PROXY_HOPSNoNumber of trusted reverse proxy hops.0
MCP_STRICT_ORIGINNoSet to 'true' to enforce strict origin checking for MCP connections.
EMBEDDING_PROVIDERNoEmbedding provider. Set to 'transformers' to use local embeddings without OpenAI API.
MEMENTO_ACCESS_KEYNoAPI access key for authentication. If not set, authentication is disabled. Must be set when exposing externally.
ADMIN_ALLOWED_ORIGINSNoComma-separated list of allowed origins for the Admin UI. If not set, all origins are allowed.
OAUTH_TRUSTED_ORIGINSNoComma-separated list of origins for automatic OAuth consent.
ENABLE_RECONSOLIDATIONNoSet to 'true' to enable real-time reconsolidation of fragment links based on tool feedback.
MEMENTO_REMEMBER_ATOMICNoSet to 'true' to make remember operations atomic (quota check + INSERT in a single transaction).
MEMENTO_MORPHEME_TOKENIZERNoMorpheme tokenizer to use.local
ENABLE_SPREADING_ACTIVATIONNoSet to 'true' to enable spreading activation for context-based recall boosting.
OAUTH_ALLOWED_REDIRECT_URISNoComma-separated list of allowed redirect URIs for OAuth.

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/potatohoney-p/weasley-deepmind'

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