Skip to content
VS Code

Memoize — persistent agent memory for VS Code

io.github.harrisonford/memoize

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

client:VS Code transport:streamable-http

Install Memoize — persistent agent memory in VS Code

.vscode/mcp.json

{
  "servers": {
    "memoize": {
      "type": "http",
      "url": "https://memoize.xyz/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Memoize — persistent agent memory in other clients