Yup, 5th element made memory for claude and it seems pretty good, can we add it to cursor?
Yes, it seems promising. @cursor-team can we add this or somewhat create a plugin?
It looks like it’s already available as an MCP Server!
I’m pretty sure all you need to do to enable it is run pip install mempalace locally, and then configure an MCP server!
{
"mcpServers": {
"mempalace": {
"command": "python",
"args": ["-m", "mempalace.mcp_server"]
}
}
}
There are some Open PRs for better Cursor support so I suggest you go support the maintainers (or at least encourage them to get those PRs merged!)