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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/extrei/project-memory-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server