memorybridge
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MEMORYBRIDGE_PATH | No | Override 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
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool targets a distinct operation: loading, saving, and searching memory. No overlap or confusion between them.
All tools follow a consistent 'memory_verb' pattern (memory_load, memory_save, memory_search), making the naming predictable and easy to understand.
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.
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.