Skip to content
VS Code

MemoryPlugin for VS Code

com.memoryplugin/memory

Give every AI you use one shared, permanent memory. Store once, recall in whichever AI you open.

client:VS Code transport:streamable-http tools:14

Install MemoryPlugin in VS Code

.vscode/mcp.json

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

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

What VS Code can do once it is connected

MemoryPlugin in other clients