Skip to content
VS Code

ChangePacket for VS Code

io.github.misfitmediahouse/changepacket

Web and MCP change memory with native diff UI; later calls return only what changed.

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

Install ChangePacket in VS Code

.vscode/mcp.json

{
  "servers": {
    "changepacket": {
      "type": "http",
      "url": "https://cibcxqrqiqvzpardbdrw.supabase.co/functions/v1/changepacket-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

ChangePacket in other clients