Skip to content
Zed

ContextOS — Powered Exoskeleton for AI Coding for Zed

io.github.yubinbin32-ops/contextos

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

client:Zed transport:stdio runtime:oci

Install ContextOS — Powered Exoskeleton for AI Coding in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "contextos": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/yubinbin32-ops/contextos:2.5.5"
      ],
      "env": {
        "CONTEXTOS_PROJECT_ROOT": "<CONTEXTOS_PROJECT_ROOT>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

ContextOS — Powered Exoskeleton for AI Coding in other clients