Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

darwin-memo in other clients