Back to Home
cooneycw icon

claude-power-pack

Verified Safe

by cooneycw

Overview

Provides distributed locking and session coordination for Claude Code sessions via Redis, preventing conflicts during concurrent development activities.

Installation

Run Command
./start-server.sh

Environment Variables

  • REDIS_URL
  • SERVER_PORT
  • DEFAULT_LOCK_TIMEOUT
  • HEARTBEAT_TTL

Security Notes

No direct code-level 'eval' or obvious command injection vulnerabilities were found in the Python server. The system relies on a local Redis instance; its security (e.g., authentication, network isolation) is crucial. Bash scripts use `jq` for JSON parsing and file-based operations, generally handled safely by expecting specific input formats. Lock and session metadata are stored in local files (`~/.claude/coordination`); unauthorized file system access could lead to manipulation. The server binds to `127.0.0.1:8082` by default, limiting network exposure. Shell scripts make calls to `git` and `gh` (GitHub CLI), assuming these external tools are secure.

Similar Servers

Stats

Interest Score40
Security Score8
Cost ClassLow
Avg Tokens50
Stars9
Forks1
Last Update2026-01-11

Tags

lockingsession managementcoordinationRedisdistributed systemsdevelopment workflow