Skip to content
VS Code

ctxl for VS Code

ai.autoblocks/ctxl

Personal context management for AI assistants

client:VS Code transport:stdio runtime:npm

Install ctxl in VS Code

.vscode/mcp.json

{
  "servers": {
    "ctxl": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ctxl"
      ]
    }
  }
}

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

ctxl in other clients