weasley-deepmind
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LLM_PRIMARY | No | Primary LLM provider for quality evaluation and auto-reflect. | |
| DATABASE_URL | Yes | PostgreSQL connection string with pgvector extension (e.g., postgresql://user:pass@host:5432/dbname). | |
| LLM_FALLBACKS | No | Comma-separated list of fallback LLM providers for quality evaluation and auto-reflect. | |
| MEMORY_CONFIG | No | JSON configuration string for memory settings. | |
| ENABLE_OPENAPI | No | Set to 'true' to enable the OpenAPI endpoint at /openapi.json. | |
| ALLOWED_ORIGINS | No | Comma-separated list of allowed origins for browser-based MCP clients. If not set, all origins are allowed. | |
| MEMENTO_STORAGE | No | Storage adapter type. Default is 'pgvector'. 'sqlite' is a stub and not implemented. | pgvector |
| PGVECTOR_SCHEMA | No | Schema for pgvector. Usually not needed as it is auto-detected. | |
| TOOL_PERMISSIONS | No | JSON map of tool permissions for RBAC. Tools not listed are denied by default. | |
| TRUST_PROXY_HOPS | No | Number of trusted reverse proxy hops. | 0 |
| MCP_STRICT_ORIGIN | No | Set to 'true' to enforce strict origin checking for MCP connections. | |
| EMBEDDING_PROVIDER | No | Embedding provider. Set to 'transformers' to use local embeddings without OpenAI API. | |
| MEMENTO_ACCESS_KEY | No | API access key for authentication. If not set, authentication is disabled. Must be set when exposing externally. | |
| ADMIN_ALLOWED_ORIGINS | No | Comma-separated list of allowed origins for the Admin UI. If not set, all origins are allowed. | |
| OAUTH_TRUSTED_ORIGINS | No | Comma-separated list of origins for automatic OAuth consent. | |
| ENABLE_RECONSOLIDATION | No | Set to 'true' to enable real-time reconsolidation of fragment links based on tool feedback. | |
| MEMENTO_REMEMBER_ATOMIC | No | Set to 'true' to make remember operations atomic (quota check + INSERT in a single transaction). | |
| MEMENTO_MORPHEME_TOKENIZER | No | Morpheme tokenizer to use. | local |
| ENABLE_SPREADING_ACTIVATION | No | Set to 'true' to enable spreading activation for context-based recall boosting. | |
| OAUTH_ALLOWED_REDIRECT_URIS | No | Comma-separated list of allowed redirect URIs for OAuth. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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/potatohoney-p/weasley-deepmind'
If you have feedback or need assistance with the MCP directory API, please join our Discord server