Skip to content
Grok

DOS — the trust substrate for agent fleets for Grok

io.github.anthony-chaudhary/dos-kernel

Verify what agents actually shipped, arbitrate file collisions, refuse with structured reasons.

client:Grok transport:stdio runtime:pypi

Install DOS — the trust substrate for agent fleets in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "dos-kernel": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "dos-kernel"
      ],
      "env": {
        "DISPATCH_WORKSPACE": "<DISPATCH_WORKSPACE>"
      }
    }
  }
}

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

DOS — the trust substrate for agent fleets in other clients