interlock

mistakeknot/interlock
★ 0 stars Go Code/Dev Tools Updated today
MCP server and hooks that let coding agents reserve files and negotiate release before they collide. Works with any MCP client; backed by intermute.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "interlock": {
      "command": "go",
      "args": [
        "run",
        "github.com/mistakeknot/interlock@latest"
      ]
    }
  }
}

README Excerpt

File coordination for coding agents that share a checkout: reserve, negotiate, release. Ships as a Claude Code plugin and works with any MCP client. When two agents try to edit the same file simultaneously, you get a mess. interlock prevents this by wrapping the intermute coordination service with an MCP server that provides file reservation, conflict detection, and inter-agent messaging.

Tools (19)

broadcast_messagecheck_conflictsexpire_windowfetch_inboxfetch_stale_acksforce_release_negotiationget_contact_policylist_agentslist_topic_messageslist_window_identitiesmy_reservationsnegotiate_releaserelease_allrelease_filesrename_windowreserve_filesrespond_to_releasesend_messageset_contact_policy