memento protocol for Cursor
io.github.myrakrusemark/memento-protocol
Persistent memory for AI agents. Store what matters, recall by meaning, skip the rest.
client:Cursor
transport:stdio
runtime:npm
Install memento protocol in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"memento-protocol": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"memento-mcp"
],
"env": {
"MEMENTO_API_KEY": "<MEMENTO_API_KEY>",
"MEMENTO_API_URL": "<MEMENTO_API_URL>",
"MEMENTO_WORKSPACE": "<MEMENTO_WORKSPACE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs