claude-power-pack
Verified Safeby cooneycw
Overview
Provides distributed locking and session coordination for Claude Code sessions via Redis, preventing conflicts during concurrent development activities.
Installation
./start-server.shEnvironment 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
gemini-mcp-tool
A Model Context Protocol (MCP) server that enables AI assistants to interact with the Google Gemini CLI for comprehensive code and file analysis, structured edit suggestions, and creative brainstorming.
geminimcp
Integrates Google's Gemini CLI with Claude Code as an MCP server for AI-assisted programming, particularly strong in frontend design.
gemini-mcp-server
An MCP server providing a suite of 7 AI-powered tools (Image Gen/Edit, Chat, Audio Transcribe, Code Execute, Video/Image Analysis) powered by Google Gemini, featuring a self-learning "Smart Tool Intelligence" system for prompt enhancement and user preference adaptation.
athena-protocol
An intelligent MCP server that acts as an AI tech lead for coding agents, providing expert validation, impact analysis, and strategic guidance before code changes are made.