ContextOS — Powered Exoskeleton for AI Coding for Grok
io.github.yubinbin32-ops/contextos
Powered exoskeleton for AI coding: auto-governs context via MCP to cut 90%+ context waste.
client:Grok
transport:stdio
runtime:oci
Install ContextOS — Powered Exoskeleton for AI Coding in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"contextos": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/yubinbin32-ops/contextos:2.5.5"
],
"env": {
"CONTEXTOS_PROJECT_ROOT": "<CONTEXTOS_PROJECT_ROOT>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs