Coordination rooms for AI coding agents — path locks, tasks, and conflict alerts. Metadata only.
claude mcp add befall -- npx -y befall
claude_desktop_config.json
{
"mcpServers": {
"befall": {
"command": "npx",
"args": [
"-y",
"befall"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"befall": {
"command": "npx",
"args": [
"-y",
"befall"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"befall": {
"command": "npx",
"args": [
"-y",
"befall"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"befall": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"befall"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"befall": {
"command": "npx",
"args": [
"-y",
"befall"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/net.befall--befall/reviews or the review_server meta-tool.
POST /mcp