Skip to content
VS Code

MemPersist for VS Code

io.github.ravhirizaldi/mempersist

Durable, revision-pinned memory storage and retrieval for AI conversations.

client:VS Code transport:streamable-http

Install MemPersist in VS Code

.vscode/mcp.json

{
  "servers": {
    "mempersist": {
      "type": "http",
      "url": "https://mempersist.codifiedtech.id/mcp"
    }
  }
}

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

MemPersist in other clients