Skip to content
Cursor

DOS — the trust substrate for agent fleets for Cursor

io.github.anthony-chaudhary/dos-kernel

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

client:Cursor transport:stdio runtime:pypi

Install DOS — the trust substrate for agent fleets in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

DOS — the trust substrate for agent fleets in other clients