orchestrAIgent
Verified Safeby tzDel
Overview
Manages isolated Git worktrees for AI coding agents to provide isolated development environments and context.
Installation
go run ./cmd/server/main.goSecurity Notes
The server uses `os/exec` to interact with the Git CLI. While this is a common pattern, it inherently carries a risk of command injection. However, the `SessionID` input is strictly validated using a regular expression (`^[a-z0-9][a-z0-9-]*[a-z0-9]$`), which significantly mitigates the risk of arbitrary command execution by sanitizing user-provided session IDs before they are used in Git commands. Repository and database paths are configured via flags, not user input. The server communicates over `stdio`, limiting direct network exposure.
Similar Servers
klavis
Develop and deploy AI agents that interact with a wide array of web services (e.g., Gmail, YouTube, LinkedIn, Supabase, Salesforce, Kubernetes) through a standardized Model Context Protocol (MCP), often orchestrated by an intelligent routing layer like Strata.
mcp_massive
An AI agent orchestration server, likely interacting with LLMs and managing multi-agent workflows.
ironmanus-mcp
Orchestrates AI workflows with an 8-phase control flow and specialized tools, serving as a Model Context Protocol (MCP) server.
iron-manus-mcp
Orchestrates AI workflows with an 8-phase control flow and focused tools, acting as a Model Context Protocol (MCP) server for complex project management.