Skip to main content
Glama
milasd

Memo MCP

by milasd

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MEMO_USE_GPUNoEnable/disable GPU usage ("true"/"false")
MEMO_RAG_LITENoEnable resource-constrained mode ("true"/"false")
MEMO_DATA_ROOTNoOverride the default data directory
MEMO_EMBEDDING_MODELNoCustom embedding model name

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
add-memoB

Add a new memo entry to your journal collection

search-journalA

Search through journal entries using RAG. Perfect for questions like 'how did I do at work this year?' or 'what were my thoughts on AI?'

get-journal-statsA

Get statistics about your journal database (document count, chunks, etc.)

rebuild-journal-indexA

Rebuild the journal search index (use if you've added new entries)

Prompts

Interactive templates invoked by user choice

NameDescription
summarize-notesCreates a summary of all notes

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 4 tools

Disambiguation5/5

Each tool addresses a distinct function: adding, searching, managing index, and viewing statistics. There is no overlap in their purposes.

Naming Consistency5/5

All tools follow a consistent verb-noun pattern with hyphens (e.g., add-memo, search-journal), making names predictable and easy to understand.

Tool Count5/5

With 4 tools, the set is well-scoped for a lightweight journaling server, covering essential operations without unnecessary bloat.

Completeness4/5

Core actions (add, search, stats, maintenance) are present, but missing read/update/delete operations for individual memos, which may require agents to use search as a workaround.

Maintenance

ActivityInactive
ResponsivenessNo issues