A
licenseNot graded
qualityB
maintenanceEnables coordination of concurrent Claude Code agent sessions by providing file claiming (claim/release/check) and automatic PreToolUse enforcement to block edits on files owned by other sessions.
7 npm
MIT
No user-submitted related servers found.
Scored across 4 tools
Each tool has a distinct purpose: acquire, release, list, and cleanup locks. No two tools overlap in functionality.
All tools follow a consistent verb_noun pattern (e.g., lock_acquire, lock_list), making them highly predictable.
Four tools cover the essential operations of a lock manager without unnecessary additions or gaps.
The set provides full lifecycle management: acquire, release (including bulk), list, and cleanup of stale locks. No obvious missing operations.