Recall past Claude Code conversations from any project as clean, compact Markdown.
If you already use Memocall, the memocall mcp server is the piece that lets your assistant work with it directly. Recall past Claude Code conversations from any project as clean, compact Markdown.
An MCP server that lets Claude Code recall the context of your past conversations — from any project — on demand.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
list_sessions — Your recent conversations across all projects, grouped by directory. "What was I working on?"search_sessions — Find a past conversation by keyword (matches titles + first messages + paths)load_session — Load one conversation as compact Markdown — by id or query. Optionally a turn window via turnssession_outline — A cheap map of one conversation: the numbered list of your prompts. Great for huge sessionssearch_in_session — Return only the turns within one conversation that match a keywordInstallation goes through your MCP client rather than a global install: point it at memocall on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Among the file and storage access options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Memocall's toolset — list_sessions, search_sessions, load_session and 2 more — is a fair guide to whether it matches your workflow. It is maintained by baodq06; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| list_sessions | Your recent conversations across all projects, **grouped by directory**. "What was I working on?" |
| search_sessions | Find a past conversation by keyword (matches titles + first messages + paths). |
| load_session | Load one conversation as compact Markdown — by id or query. Optionally a turn window via turns. |
| session_outline | A cheap **map** of one conversation: the numbered list of your prompts. Great for huge sessions. |
| search_in_session | Return only the turns **within** one conversation that match a keyword. |
{
"mcpServers": {
"memocall": {
"command": "npx",
"args": ["-y", "memocall"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Scoped local file access — read, write, search and reorganise files in directories you explicitly allow.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Chat with your second brain — search, read and write vault notes through the Local REST API.
Connects AI models to an Obsidian knowledge base for direct access and manipulation of notes and folders.