Back to Home
tzDel icon

orchestragent-mcp

Verified Safe

by tzDel

Overview

Manages isolated Git worktrees for AI coding agents to enable parallel work, isolated testing, and controlled merging.

Installation

Run Command
go run ./cmd/server/main.go

Security Notes

The server executes Git CLI commands using `os/exec`. While this inherently carries a risk of command injection, the `sessionId` (which forms part of branch and worktree names) is strictly validated via regex (`^[a-z0-9][a-z0-9-]*[a-z0-9]$`), significantly mitigating this risk. No direct 'eval' or arbitrary command execution is observed. Configuration values like repository paths are passed via flags, not directly from untrusted user input within tool arguments, further reducing risk. There are no hardcoded secrets or network listeners beyond stdio interaction.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens200
Stars0
Forks0
Last Update2025-11-26

Tags

AI AgentsGitWorktree ManagementModel Context ProtocolDevelopment Tools