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