This repository can use CodeGraph for local code search, symbol relationships, and impact exploration through MCP.
From the repo root:
bash scripts/setup-codegraph.sh --install-cli --target=codex,kiroDefaults:
--target=auto--location=global- runs
codegraph install - runs
codegraph init -i
If codegraph is already installed:
bun run setup:codegraphbun run codegraph:index
bun run codegraph:statusThe local index is stored in .codegraph/ and is intentionally ignored by Git.
Restart the configured agent after setup so the MCP server is loaded.