mcp-server-memo

mcp-server-memo

3.5

A lightweight MCP server for managing session summaries and memos for LLMs like Claude.

Top Comments

upsertSummary

Create a new version of the session summary, retaining all historical versions

getSummaryTool

Retrieve the latest version of a specific session summary

listSummariesTool

Lists available summary (the latest version of each session), supports filtering, sorting, and pagination

updateMetadata

Update session metadata (title and tag) without affecting content or timestamp

appendSummary

Append content to the session summary and create a new version containing the new content

listAllSummariesTool

List all available summary (the latest version of each session)

getSessionHistory

Retrieve all historical versions of a specific session, sorted from new to old