mcp-server-memo
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
Related MCP Servers
View all knowledge_and_memory servers →git-mcp
by idosal
GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.