Back to Apps

Corgi
by andriiklymiuk
Orchestrate your entire local dev stack from one file. Sync repos, seed DBs, and wire envs for AI agents and CI.
0 stars
Works in:CursorCodex
Exposes:ToolsResources
What it does
Corgi is a local development orchestrator that allows you to run a complex multi-repo stack—including repositories, databases, and environment configurations—using a single corgi-compose.yml file. It streamlines onboarding and CI by automating the cloning of repos, seeding of databases in Docker, and wiring of environment variables between services.
Tools
corgi run: Boots the entire defined stack concurrently.corgi doctor: Checks for required tools, port conflicts, and Docker status.corgi db shell: Provides immediate shell access to seeded databases with credentials pre-filled.corgi tunnel: Exposes local services via public HTTPS URLs for webhook testing.corgi mcp: Exposes the orchestrator as an MCP server for AI agent control.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"corgi": {
"command": "corgi",
"args": ["mcp"]
}
}
}
Supported hosts
- claude
- cursor
- codex
Quick install
brew install andriiklymiuk/homebrew-tools/corgiInformation
- Pricing
- free
- Published
- 7/29/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to mcp.json: {"corgi": {"command": "corgi", "args": ["mcp"]}}Claude Desktop
{"mcpServers": {"corgi": {"command": "corgi", "args": ["mcp"]}}}





