Gograph

Local-only Go static analysis engine with a built-in MCP server. Gives AI coding agents deterministic structural awareness: call graphs, impact analysis, symbol…

LLM Mart
17 views 119 listing impressions

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.

Summary drafted from the project's own website. Every sentence is backed by text on that page and was reviewed before publishing.

Comments (0)

Sign in to join the conversation.

No comments yet.

Related tools