memora-mcp
by trwilcoxson
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MEMORA_SRC | No | Path to Memora/src if not on the interpreter path | |
| MEMORA_HYBRID | No | 1 adds BM25 keyword fusion to search | 0 |
| OPENAI_API_KEY | Yes | Required; any non-empty value for keyless local gateways | |
| MEMORA_EPISODIC | No | 1 also stores episodic summaries | 0 |
| MEMORA_MCP_HOME | No | Store location | ~/.memora-mcp |
| MEMORA_MCP_USER | No | Selects the (per-user) collection | $USER |
| OPENAI_API_TYPE | No | azure switches to Azure managed-identity auth | openai |
| OPENAI_BASE_URL | No | Point at your gateway | OpenAI |
| MEMORA_LLM_MODEL | No | Extraction/cue model. Must contain gpt-3/4/5, o1, or o3 — Memora treats any other name as a local HuggingFace model and tries to download it | gpt-4.1-mini |
| MEMORA_MCP_COLLECTION | No | Collection name prefix | memora |
| MEMORA_EMBEDDING_MODEL | No | Any embedding model your endpoint serves | text-embedding-3-small |
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
- 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/trwilcoxson/memora-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server