Skip to content
Claude Desktop

dibs for Claude Desktop

io.github.polymatx/dibs

Coordination for parallel coding agents: file claims, enforcement hooks, git-native lessons.

client:Claude Desktop transport:stdio runtime:oci

Install dibs in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "dibs": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/polymatx/dibs:0.1.1"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

dibs in other clients