Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MEMORY_MCP_REPOSITORYYesPath to the root of the Git repository that stores memories. Must be an absolute path.

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_memoriesB

List files and directories below a repository-relative path.

read_memoryA

Read a UTF-8 text memory at a repository-relative path.

search_memoriesB

Search UTF-8 memory files for literal text, returning matching lines.

historyB

Return bounded Git commit history for the repository or a relative path.

diffA

Return tracked working-tree changes against HEAD and list untracked files.

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 5 tools

Disambiguation5/5

Each tool targets a distinct operation: listing, searching, reading, viewing history, and viewing diffs. No two tools overlap in purpose.

Naming Consistency3/5

Three tools follow a verb_noun pattern (list_memories, search_memories, read_memory), but history and diff are bare nouns, creating a mixed convention. Still readable but not fully consistent.

Tool Count5/5

Five tools is a well-scoped size for a memory management server, providing essential read and inspection capabilities without unnecessary bloat.

Completeness2/5

The toolset is read-only, missing create, update, and delete operations for memories. Agents cannot modify the memory store, which is a significant gap for a management server.

Maintenance

ActivityMaintained
ResponsivenessSyncing