Org memory for AI agents - Anchor Docs
Create explicit allowlisted organization memory across repos so AI coding agents can check cross-repo impact, API consumers, and shared-package risk.
A change in one repo can break API consumers, SDK wrappers, shared packages, or tests in another repo that a single-repo agent cannot see.
- Clones only allowlisted repos into ~/.anchor/orgs and indexes each repo locally.
- Builds deterministic cross-repo edges from package dependencies, imports, API strings, schemas, tests, and PR evidence.
- Surfaces impact checks through CLI and MCP before auth, access, API, schema, SDK, or shared-package changes.
anchor org init --org my-org
anchor org add-repo my-org/backend-api --group backend
anchor org add-repo my-org/frontend-app --group frontend
anchor org sync --org my-org --no-graph
anchor org graph --org my-org --open