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.

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

Anchor docs ยท GitHub