Skip to content
Cursor

peon mem for Cursor

io.github.vineetv2/peon-mem

Local-first memory brain for AI coding agents: hooks capture sessions, beliefs injected per prompt.

client:Cursor transport:stdio runtime:npm

Install peon mem 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": {
    "peon-mem": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "peon-mem"
      ],
      "env": {
        "PEON_DAEMON_URL": "<PEON_DAEMON_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

peon mem in other clients