Skip to content

Getting Started

Prerequisites

ToolInstall
gitPre-installed on macOS
dockerDocker Desktop or OrbStack
jqbrew install jq
ghbrew install gh then gh auth login
claudeclaude.ai/code

Install

bash
git clone https://github.com/hanfour/multi-repo-agent.git ~/multi-repo-agent
cd ~/multi-repo-agent && bash install.sh && source ~/.zshrc

Initialize workspace

bash
mra init ~/workspace --git-org git@github.com:my-org

This clones repos listed in repos.json, scans docker-compose for service relationships, and detects dependencies.

Verify

bash
mra doctor

First session

bash
mra my-api --with-deps

Claude launches with my-api plus all its consumers/dependencies in context.

Next steps

Released under the MIT License.