Skip to content
VS Code

memory for VS Code

com.leapmemory/memory

Long-term memory for AI assistants. Isolated per-user storage, recall across conversations.

client:VS Code transport:streamable-http

Install memory in VS Code

.vscode/mcp.json

{
  "servers": {
    "memory": {
      "type": "http",
      "url": "https://api.leapmemory.com/mcp"
    }
  }
}

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

memory in other clients