claude-presence v0.4.0 adds semaphore-style locks for parallel Claude Code sessions

SeaworthinessFar4617 · reddit · 2026-07-24

claude-presence v0.4.0 is a minimal MCP server that helps multiple Claude Code sessions on the same machine coordinate with each other.

It provides:

The new v0.4.0 release adds counted locks (semaphores) for cases where several agents can share a resource up to a limit. Example:

text

resourceclaim { resource: "cpu-heavy", capacity: 3, wait: true }

That lets up to three sessions run heavy tasks concurrently, with additional requests queued FIFO and notified when a slot opens. Capacity is fixed once the resource is held, and existing databases migrate automatically.

Other recent additions include:

Repo: https://github.com/garniergeorges/claude-presence

Original post →

More from coding & agent

coding & agent channel →