Skip to content
VS Code

mem0 for VS Code

io.github.mem0ai/mem0

Persistent memory for AI agents: add, search, update, and delete long-term memories.

client:VS Code transport:streamable-http

Install mem0 in VS Code

.vscode/mcp.json

{
  "servers": {
    "mem0": {
      "type": "http",
      "url": "https://mcp.mem0.ai/mcp"
    }
  }
}

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

mem0 in other clients