Claude Presence
未认领Minimal MCP server for inter-session coordination between parallel Claude Code instances. Presence registry + advisory resource locks (CI, deploys, ports) + broadcast inbox. SQLite-backed, zero daemon.
claude-codeclicoordinationdeveloper-toolsmcpmodel-context-protocolmulti-sessionpresencesqlitetypescript
安装
$
npm install -g claude-presence工具(9 个)
broadcast
Post a message to the project inbox
read_inbox
Read recent messages
resource_claim
Acquire advisory lock on a named resource (wait: true joins the waiting queue, capacity: N makes it a counted lock allowing N concurrent holders)
resource_list
List active locks
resource_release
Release a lock slot (one waiter gets an inbox notification per freed slot)
session_heartbeat
Keep this session alive (optionally renew held locks with renewlocks: true)
session_list
List active sessions on the same project
session_register
Declare this session (project, branch, intent)
session_unregister
Clean exit