Back to Home
derekparent icon

maw-mcp

Verified Safe

by derekparent

Overview

Coordinates parallel AI agent development workflows, managing phases like codebase review, agent launch, code integration, and deployment decision-making.

Installation

Run Command
python -m src.server

Security Notes

The server uses `subprocess.run` to execute `gh` (GitHub CLI) and `git` commands. While arguments are generally constructed from structured inputs (PR numbers, branch names), external process execution always carries inherent risk if input is not perfectly sanitized. However, the current implementation appears to use controlled inputs, reducing the risk of shell injection. File system operations for state and prompt management are confined to the specified project path. No hardcoded secrets or direct `eval`/`exec` calls were found.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens2000
Stars0
Forks0
Last Update2026-01-19

Tags

Multi-agentWorkflow OrchestrationGitHub IntegrationAI-Assisted DevelopmentProject Management