Skip to content
Cursor

befall for Cursor

net.befall/befall

Coordination rooms for AI coding agents: path locks, tasks, and conflict alerts. Metadata only.

client:Cursor transport:stdio runtime:npm

Install befall in Cursor

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

{
  "mcpServers": {
    "befall": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "befall"
      ]
    }
  }
}

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

befall in other clients