Skip to main content
Glama
extrei
by extrei

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PROJECT_MEMORY_DBNoPath to the SQLite database file. By default, the database is created at ~/.local/share/project-memory/store.sqlite (or under $XDG_DATA_HOME if set).~/.local/share/project-memory/store.sqlite

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
memory_recordA

Record a durable memory (note, decision, requirement, or learning) for a project. Identical kind+title+body is stored once; the response reports created=false when it already existed. Pass supersedes= to mark an earlier memory as replaced by this one; superseded memories are hidden from search by default.

memory_searchA

Full-text search over a project's memories. Query words are matched literally (all words must appear) and the last word is a prefix match, so sqlite also finds sqlite3. Each hit carries a short excerpt over the body, not the full text. Returns newest-first among equal relevance. Empty results for unknown projects.

project_statusA

Report whether a project has recorded memory, counts by kind, and the 5 latest entries. Read-only.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.4/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: recording, searching, and summarizing project memory. There is no overlap or ambiguity between them.

Naming Consistency4/5

Names follow a predictable resource-prefixed pattern: memory_record, memory_search, project_status. The pattern is readable and consistent enough, though project_status is more of a noun phrase than an action-oriented name.

Tool Count5/5

Three tools is well-scoped for a focused project-memory server. Each tool earns its place and the surface is small but not underwhelming.

Completeness4/5

Core memory workflows are covered: recording, searching, and checking status. A minor gap is the lack of a get-by-id or full-text retrieval tool, since search only returns excerpts; deletion is handled indirectly via supersede.

Maintenance

ActivityMaintained
ResponsivenessNo issues