Mnemosyne OS for Cursor
io.github.mnemosyne-os/mcp
Memory the human governs, on their own machine, plus what other coding agents here wrote.
client:Cursor
transport:stdio
runtime:npm
Install Mnemosyne OS in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mnemosyne_os/mcp"
],
"env": {
"MNEMO_DEFAULT_VAULT": "<MNEMO_DEFAULT_VAULT>",
"MNEMO_VAULTS": "<MNEMO_VAULTS>",
"MNEMO_SDK_PORT": "<MNEMO_SDK_PORT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs