parallel-dev-mcp

BluEng9/parallel-dev-mcp

3.1

If you are the rightful owner of parallel-dev-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Parallel Development Across Your Machines is an AI-powered tool that automates development tasks across multiple machines using parallel execution.

parallel-dev — Parallel Development Across Your Machines

Automate development tasks across multiple machines with AI‑powered parallel execution.
Exposes your existing Bash/Docker/Health scripts as an MCP server for Claude Code.


✨ Highlights

  • ⚡️ Parallel execution – run deployments/commands on multiple machines at once
  • 🧰 Claude Code MCP – tools exposed to Claude
  • 🪝 Hooks – safety validation and audit logging
  • 🔒 Privacy‑first – local‑first, no telemetry

🚀 Quick Start

1) Requirements

  • Python 3.10+
  • OpenSSH client (ssh)
  • (Optional) Docker

2) Install

git clone https://github.com/YOUR_USERNAME/parallel-dev
cd parallel-dev
pip install -r requirements.txt

3) Configure

cp dual-machines.example.json dual-machines.local.json
# Edit with your machine details

4) Run

python -m mcp_server.main

5) Connect to Claude Code

Add to Claude Desktop config and start using!


🧭 Usage

From Claude Code:

  • /deploy <machine> [branch] – Deploy to specified machine
  • /health – Check health of all machines
  • /ai-test <taskId> – Run AI task across machines

🔒 Security

  • Allow‑list of commands
  • Dangerous pattern blocking
  • Audit logging
  • Local‑first design

📄 License

GPL‑3.0


Made for developers who live on more than one machine. 🚀