Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MEMORY_WEB_PORTNoPort for the graph web UI4242
MEMORY_VAULT_PATHNoDirectory where memory .md files are stored~/.local/share/memory-mcp/vault

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_saveC

Save or update a memory

memory_readA

Read a memory by ID, name, or slug

memory_searchC

Fuzzy search memories

memory_listC

List memories with optional filters

memory_deleteA

Delete a memory by ID, name, or slug

memory_graph_dataB

Get graph data (nodes and edges)

memory_statsB

Get vault statistics

memory_open_graphA

Open the graph UI in browser

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 8 tools

Disambiguation4/5

Each tool has a clearly distinct purpose: save, read, search, list, delete, graph data, stats, and open graph UI. The only slight overlap is between fuzzy search and filtered list, but their descriptions make the difference clear.

Naming Consistency5/5

All tool names follow the consistent pattern memory_<action> using lowercase snake_case. The naming is predictable and makes the purpose of each tool immediately understandable.

Tool Count5/5

With 8 tools, the set is well-scoped for a memory vault: it covers CRUD operations, search, list, graph data, stats, and a UI opener without unnecessary bloat or thinness.

Completeness5/5

The toolset provides full lifecycle coverage for memories (create/update, read, search/list, delete) and also offers graph and stats features for deeper interaction. No obvious gaps are present.

Maintenance

ActivityInactive
ResponsivenessNo issues