mem-universe
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MEMORY_TOKEN | Yes | The bearer token used for authentication. Generate with openssl rand -hex 32. | |
| MEM_STORE_REMOTE | Yes | The git remote URL of your private store repository. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| searchB | BM25 search across the memory store. Returns ranked {path, score, snippet, type}. |
| readB | Read a single memory file by store-relative path. |
| writeA | Write a memory file (also indexes it). Returns {ok, path}. |
| deleteC | Delete a memory file. Git keeps history, so it's recoverable. Returns {ok, deleted}. |
| listC | List entries under a layer (optionally a prefix within it). |
| put_skillA | Store a runnable skill PACKAGE (a SKILL.md + its scripts/templates) byte-exact under
shared/skills//. |
| get_skillA | Fetch a whole skill package as {name, files: {relpath: content}}. To install it, write each file into your local skills dir (e.g. ~/.claude/skills//). Any agent can fetch + run a package; Claude-family agents additionally get native auto-invocation. |
| list_skillsA | List stored skill packages as [{name, description}] (description from each SKILL.md). |
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
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/H1an1/mem-universe'
If you have feedback or need assistance with the MCP directory API, please join our Discord server