mnemo mcp for Cursor
io.github.n24q02m/mnemo-mcp
Persistent AI memory with hybrid search and embedded sync. Open, free, unlimited.
client:Cursor
transport:stdio
runtime:pypi
Install mnemo mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mnemo-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"mnemo-mcp"
],
"env": {
"API_KEYS": "<API_KEYS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs