hypermnesia mcp for Cursor
io.github.cdeust/hypermnesia-mcp
Persistent memory for AI agents — 36 cited neuroscience mechanisms, local-first, hybrid retrieval.
client:Cursor
transport:stdio
runtime:pypi
Install hypermnesia mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"hypermnesia-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"hypermnesia-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs