Claude Presence
UnclaimedMinimal 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.
Install
npm install -g claude-presenceUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (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