memtomem for Cursor
io.github.memtomem/memtomem
Markdown-first long-term memory for AI agents. Hybrid BM25 + vector search, runs locally.
client:Cursor
transport:stdio
runtime:pypi
Install memtomem in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"memtomem": {
"type": "stdio",
"command": "uvx",
"args": [
"memtomem"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs