holographic-memory
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MEMORY_MODE | No | Set to LOCAL for free offline mode, or CLOUD for cloud sync (requires license key). | LOCAL |
| MEMORY_LICENSE_KEY | No | Optional license key for Cloud/Pro sync. Get one at https://holo.ai3d.art |
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 |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| store_holographic_snapshotB | Store a structured memory (fact + context + emotional valence + importance + tags) as a superposed hypervector. |
| recall_by_associationB | Retrieve a de-noised meaning cloud from a vague or emotional cue. Use when the user refers to the past indirectly. |
| interference_analysisB | Check whether a new fact collides with an existing belief; returns the conflict and confidence. |
| consolidate_and_pruneC | Sleep: drop weak/unused associations, keep the store fast. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool has a distinct purpose: storing, recalling, analyzing conflicts, and pruning. No overlap in functionality.
All tool names follow a consistent verb_noun pattern with underscores, making them predictable and readable.
Four tools cover the core operations of a memory server without being too few or excessive.
The tools cover storage, retrieval, conflict analysis, and maintenance, but lack explicit delete or update operations, leaving minor gaps.