Skip to content
VS Code

contextkeeper for VS Code

io.github.therealdataboss/contextkeeper

Zero model drift between AI agents. Session continuity for Claude, GPT, Gemini, and any LLM.

client:VS Code transport:stdio runtime:pypi

Install contextkeeper in VS Code

.vscode/mcp.json

{
  "servers": {
    "contextkeeper": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "contextkeeper"
      ]
    }
  }
}

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

contextkeeper in other clients