Skip to main content
Glama
Hustada

collective-memory

by Hustada

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENAI_API_KEYYesOpenAI API key for embeddings
COLLECTIVE_MEMORY_PATHNoStorage location for persistent memory (default: ~/.collective-memory/data)~/.collective-memory/data

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
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
rememberA

Persist important context to collective memory. Use after decisions, completed work, architectural choices, status changes. Be specific and self-contained.

recallA

Search collective memory. Use at session start, when switching context, when referencing past work.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 2 tools

Disambiguation5/5

Each tool has a clear, distinct purpose: one for storing context and one for retrieving it, with no functional overlap.

Naming Consistency5/5

Both tool names are single verbs that follow a consistent pattern, making them predictable and easy to distinguish.

Tool Count4/5

Two tools is minimal but appropriate for a focused read/write memory server; slightly thin but not excessive.

Completeness3/5

The server covers core create and read operations but lacks update or delete functionality, which could hinder management of stored memories.

Maintenance

ActivityInactive
ResponsivenessNo issues