Home › Other › DOS — the trust substrate for agent fleets

DOS — the trust substrate for agent fleets

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

Python
★ 20 stars Last pushed 2026-09-20 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.30.0)

uvx dos-kernel

Or add to your MCP client config:

{
  "mcpServers": {
    "dos-kernel": {
      "command": "uvx",
      "args": [
        "dos-kernel"
      ],
      "env": {
        "DISPATCH_WORKSPACE": "<YOUR_VALUE>"
      }
    }
  }
}
  • DISPATCH_WORKSPACE — Path of the git workspace the server should adjudicate (defaults to its working directory; every tool also takes a per-call `workspace` argument).

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry