Skip to content
VS Code

ContextOS — Powered Exoskeleton for AI Coding for VS Code

io.github.yubinbin32-ops/contextos

Powered exoskeleton for AI coding: auto-governs context via MCP to cut 90%+ context waste.

client:VS Code transport:stdio runtime:oci

Install ContextOS — Powered Exoskeleton for AI Coding in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "contextos-project-root",
      "description": "CONTEXTOS_PROJECT_ROOT",
      "password": true
    }
  ],
  "servers": {
    "contextos": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/yubinbin32-ops/contextos:2.5.5"
      ],
      "env": {
        "CONTEXTOS_PROJECT_ROOT": "${input:contextos-project-root}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

ContextOS — Powered Exoskeleton for AI Coding in other clients