MIT
CodeGraph는 AI 코딩 에이전트에게 로컬 코드 지식 그래프를 붙이는 MCP 서버...
colbymchenry/codegraph는 Claude Code, Cursor, Codex CLI, OpenCode, Hermes Agent가 큰 코드베이스를 grep 반복 대신 로컬 SQLite 지식 그래프로 탐색하게 해...
- `codegraph init -i`로 프로젝트별 `.codegraph/codegraph.db`를 만들고, MCP tool이 symbol/search/call grap...
- Claude Code, Cursor, Codex CLI, opencode, Hermes Agent를 대상으로 MCP 설정과 instruction 파일을 자동으로 써...
- macOS·Linux·Windows x64/arm64용 self-contained release bundle과 npm optional dependency를 제공해 N...
- tree-sitter AST, SQLite FTS5, import/framework route resolution, native file watcher를 조합해 코드...
- agent 설정과 프로젝트 인덱스를 건드리는 도구라서 설치 전후 diff, `.gitignore`, `.codegraph/` 커밋 여부를 반드시 확인해야 한다.
colbymchenry/codegraphSource