gograph builds a local structural graph of a Go repository, with optional type-checked CHA/SSA enrichment. It is used to trace callers and interface implementations, plan change impact, and enforce architecture through CLI or MCP without embeddings or a hosted code index. gograph adds persisted repository structure and composed change-analysis responses for coding agents such as Claude Code, Cursor, Copilot, Antigravity, and OpenCode.
An explicit --precise mode attempts type-checked CHA/SSA enrichment, requiring compilable, build-selected packages. The tool is published to the official Model Context Protocol Registry under the server ID io.github.ozgurcd/gograph.
No comments yet.