purmemo for Cursor
io.github.purmemo-ai/purmemo
AI memory across Claude, ChatGPT, Gemini, and Cursor. Save, search, and recall context everywhere.
client:Cursor
transport:stdio
runtime:npm
Install purmemo in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"purmemo": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"purmemo-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs