befall for VS Code
net.befall/befall
Coordination rooms for AI coding agents: path locks, tasks, and conflict alerts. Metadata only.
client:VS Code
transport:stdio
runtime:npm
Install befall in VS Code
.vscode/mcp.json
{
"servers": {
"befall": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"befall"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs