Skip to content
VS Code

Context Keeper (remote) for VS Code

io.github.jarmstrong158/context-keeper-remote

Cloudflare Worker remote backend for context-keeper (D1). MCP 2026-07-28, dual-era.

client:VS Code transport:streamable-http

Install Context Keeper (remote) in VS Code

.vscode/mcp.json

{
  "servers": {
    "context-keeper-remote": {
      "type": "http",
      "url": "https://context-keeper-remote.{account}.workers.dev/mcp/{token}"
    }
  }
}

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

Context Keeper (remote) in other clients