Skip to content
Cursor

Memoize — persistent agent memory for Cursor

io.github.harrisonford/memoize

Persistent cross-session memory shared by Codex, Claude Code, ChatGPT, and other AI agents.

client:Cursor transport:streamable-http

Install Memoize — persistent agent memory in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "memoize": {
      "url": "https://memoize.xyz/mcp"
    }
  }
}

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

Memoize — persistent agent memory in other clients