Skip to main content
Glama
neo37

holographic-memory

by neo37

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MEMORY_MODENoSet to LOCAL for free offline mode, or CLOUD for cloud sync (requires license key).LOCAL
MEMORY_LICENSE_KEYNoOptional 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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a distinct purpose: storing, recalling, analyzing conflicts, and pruning. No overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with underscores, making them predictable and readable.

Tool Count5/5

Four tools cover the core operations of a memory server without being too few or excessive.

Completeness4/5

The tools cover storage, retrieval, conflict analysis, and maintenance, but lack explicit delete or update operations, leaving minor gaps.

Maintenance

ActivityStale
ResponsivenessNo issues