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
Creates an AI agent that uses Klavis Strata to interact with Gmail and YouTube through MCP, demonstrating how to summarize a YouTube video and email the summary.
mcp_massive
An AI agent orchestration server, likely interacting with LLMs and managing multi-agent workflows.
rulego-server
A lightweight, high-performance automation workflow platform for iPaaS, API/AI orchestration, data processing, IoT rule engine, and AI assistant scenarios.
asya
Orchestrates multi-step asynchronous serverless workflows (actors) via a central gateway, with robust message queuing, Kubernetes-native deployment, and dynamic routing capabilities.