CLI fallback for any agent - Anchor Docs

Use anchor context from the terminal when an AI coding tool cannot call MCP directly yet.

Some agents can read pasted context or terminal output before they support MCP tool calls.

anchor context "Refactor auth cache" --file src/auth/cache.ts --symbol AuthCache --strict
anchor context "Review saved diff" --diff-file change.diff --json

Anchor docs ยท GitHub