Cross-repo impact MCP - Anchor Docs
Use Anchor to check API consumers, shared packages, schemas, regressions, and affected repos before agents change cross-repo code.
Backend routes, schemas, shared packages, and access logic can affect multiple repos, but single-repo context rarely shows the blast radius.
- Builds a local cross-repo graph from allowlisted repos, imports, package manifests, API strings, schemas, tests, and PR evidence.
- Flags likely affected repos and API consumers before auth, access, billing, schema, SDK, or shared-package changes.
- Returns evidence-backed impact, recommended checks, and coverage warnings through anchor_check_cross_repo_impact.
anchor org sync --org my-org --no-graph
anchor org graph --org my-org --open
anchor org impact --org my-org --repo my-org/backend-api --strict