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
{
"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