Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MEMORYBRIDGE_PATHNoOverride the global data directory path. Default is ~/.memorybridge/

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
memory_loadB

Load session memory. Header by default; pass section for more.

memory_saveC

Save a durable preference, decision, or recurring issue.

memory_searchC

Search memory. Returns up to 10 matches.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct operation: loading, saving, and searching memory. No overlap or confusion between them.

Naming Consistency5/5

All tools follow a consistent 'memory_verb' pattern (memory_load, memory_save, memory_search), making the naming predictable and easy to understand.

Tool Count5/5

With 3 tools, the set is tightly scoped for a memory bridge server. Each tool serves a clear purpose without unnecessary bloat or missing essentials.

Completeness4/5

The set covers core operations (load, save, search) but lacks a deletion tool. While most workflows are supported, a delete operation would make it fully complete.

Maintenance

ActivityInactive
ResponsivenessNo issues