Claude Code repo and org memory - Anchor Docs

Configure Anchor so Claude Code can query local repo and org memory through MCP before code edits and reviews.

Claude Code can use MCP tools, but it still needs a local evidence source for repo history, architecture, tests, regressions, and cross-repo impact.

anchor init --target claude-code
anchor index --limit 200
anchor org sync --org my-org --no-graph
anchor doctor --target claude-code

Anchor docs ยท GitHub