universal-memory-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MEMORY_DATABASE_PATH | No | SQLite database path | ./memory.db |
| MEMORY_KEYWORD_WEIGHT | No | Hybrid search keyword weight | 0.4 |
| MEMORY_EMBEDDING_MODEL | No | HuggingFace model name | sentence-transformers/all-MiniLM-L6-v2 |
| MEMORY_SEMANTIC_WEIGHT | No | Hybrid search semantic weight | 0.6 |
| MEMORY_LLAMA_SERVER_URL | No | llama-server endpoint | http://localhost:8787 |
| MEMORY_EMBEDDING_BACKEND | No | transformers or llama-server | transformers |
| MEMORY_ENABLE_EMBEDDINGS | No | Set false for keyword-only search | true |
| MEMORY_EMBEDDING_DIMENSION | No | Embedding vector size | 384 |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tasks | {
"list": {},
"cancel": {},
"requests": {
"tools": {
"call": {}
},
"prompts": {
"get": {}
},
"resources": {
"read": {}
}
}
} |
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| recall_memoriesA | Retrieve memories: hybrid/keyword/semantic search (query), exact fetch (memory_id), or entity lookup (entity). Exactly one selector — query, memory_id, or entity — must be provided. Set expand_links>0 to include graph neighbors for each result. |
| store_memoryB | Store a new memory with optional agent/session scoping, semantic embedding, and graph links. |
| update_memoryB | Update a memory with optimistic locking for concurrent agent safety. |
| manage_sessionA | Manage sessions for checkpoint/restore of agent state across conversations. |
| memory_adminC | Administrative operations: statistics, background jobs, entity/contradiction maintenance, manual graph links, and deletion. |
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/hz1ulqu01gmnZH4/universal-memory-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server