Skip to content
VS Code

vaultit for VS Code

io.github.therealdataboss/vaultit

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

client:VS Code transport:stdio runtime:pypi

Install vaultit in VS Code

.vscode/mcp.json

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

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

vaultit in other clients