memocall for Cursor
io.github.baodq06/memocall
Recall past Claude Code conversations from any project as clean, compact Markdown.
client:Cursor
transport:stdio
runtime:npm
Install memocall in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"memocall": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"memocall"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs