Skip to content
Cursor

dibs for Cursor

io.github.polymatx/dibs

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

client:Cursor transport:stdio runtime:oci

Install dibs in Cursor

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

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

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

dibs in other clients