An MCP server that lets Claude Code recall past conversations from any project, as clean compact Markdown.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"memocall": {
"command": "npx",
"args": [
"-y",
"baodq06/memocall"
]
}
}
}
Run in terminal:
claude mcp add memocall npx -y baodq06/memocall
Add to .cursor/mcp.json:
{
"mcpServers": {
"memocall": {
"command": "npx",
"args": [
"-y",
"baodq06/memocall"
]
}
}
}