Skip to main content
Glama
MSR806

Agent Memory MCP

by MSR806

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AGENT_MEMORY_ROOTNoPath to store memories. Default is ~/.agents/memories

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
create_memoryC

Create a new global or repo-scoped memory.

read_memoryC

Read a single global or repo-scoped memory.

read_memoriesC

Read global memories and memories for the provided repo.

update_memoryC

Update an existing global or repo-scoped memory.

delete_memoryB

Delete a global or repo-scoped memory.

list_memoriesD

List memory metadata.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.1/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a distinct purpose: creating, deleting, listing metadata, reading multiple, reading single, and updating memories. No overlap.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern in snake_case (e.g., create_memory, list_memories). The plural/singular distinction for read_memories vs read_memory is appropriate.

Tool Count5/5

6 tools is a well-scoped set covering full CRUD plus list and batch read operations. Not too few or too many.

Completeness5/5

The set provides complete lifecycle management for memories: create, read (single and batch), update, delete, and list metadata. No obvious gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues