darwin-memo for Cursor
io.github.rogermsc/darwin-memo
Self-curating agent memory kept honest by survival-based selection over measured outcomes.
client:Cursor
transport:stdio
runtime:pypi
Install darwin-memo in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"darwin-memo": {
"type": "stdio",
"command": "uvx",
"args": [
"darwin-memo"
],
"env": {
"DARWIN_MEMO_PATH": "<DARWIN_MEMO_PATH>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs