DOS — the trust substrate for agent fleets MCP Server
io.github.anthony-chaudhary/dos-kernel
What is the DOS — the trust substrate for agent fleets MCP server?
Verify what agents actually shipped, arbitrate file collisions, refuse with structured reasons.
How to install DOS — the trust substrate for agent fleets
Copy-paste configuration for popular MCP clients.
DISPATCH_WORKSPACEPath of the git workspace the server should adjudicate (defaults to its working directory; every tool also takes a per-call `workspace` argument).
{
"mcpServers": {
"dos-kernel": {
"command": "uvx",
"args": [
"dos-kernel",
"--from",
"dos-kernel[mcp]==0.29.0"
],
"env": {
"DISPATCH_WORKSPACE": "<YOUR_DISPATCH_WORKSPACE>"
}
}
}
}{
"mcpServers": {
"dos-kernel": {
"command": "uvx",
"args": [
"dos-kernel",
"--from",
"dos-kernel[mcp]==0.29.0"
],
"env": {
"DISPATCH_WORKSPACE": "<YOUR_DISPATCH_WORKSPACE>"
}
}
}
}{
"mcpServers": {
"dos-kernel": {
"command": "uvx",
"args": [
"dos-kernel",
"--from",
"dos-kernel[mcp]==0.29.0"
],
"env": {
"DISPATCH_WORKSPACE": "<YOUR_DISPATCH_WORKSPACE>"
}
}
}
}{
"servers": {
"dos-kernel": {
"type": "stdio",
"command": "uvx",
"args": [
"dos-kernel",
"--from",
"dos-kernel[mcp]==0.29.0"
],
"env": {
"DISPATCH_WORKSPACE": "<YOUR_DISPATCH_WORKSPACE>"
}
}
}
}claude mcp add dos-kernel --env DISPATCH_WORKSPACE=<YOUR_DISPATCH_WORKSPACE> -- uvx dos-kernel --from dos-kernel[mcp]==0.29.0Related MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.