Enterprise DNA
M MCP Servers Developer low

ozgurcd/gograph

by Various

A fast, local-only CLI tool to generate repository structures and improve IDE context awareness for Go codebases.

O

MCP

ozgurcd/gograph

Added 1 June 2026

#agentic-coding #ai-agent #ai-coding-assistant #antigravity #ast #claude-code #cli #code-analysis

Overview

A fast CLI tool written in Go that generates repository structure snapshots for local projects. It improves IDE context awareness by producing structural metadata from Go codebases without sending data to external services.

Best for

Best for
Go developers needing on-demand, offline repository structure summaries to enhance editor context

Use cases

  • Generating a tree view of Go project layout for onboarding or documentation
  • Feeding structural context to IDE plugins or editor tools for better code navigation
  • Quickly exploring unfamiliar Go repositories to understand their file organization

Notes

A fast CLI tool written in Go that generates repository structure snapshots for local projects. It improves IDE context awareness by producing structural metadata from Go codebases without sending data to external services.

150 stars on GitHub. Last updated 2026-05-31. Licensed MIT.

Use cases

  • Generating a tree view of Go project layout for onboarding or documentation
  • Feeding structural context to IDE plugins or editor tools for better code navigation
  • Quickly exploring unfamiliar Go repositories to understand their file organization

Pros

  • Runs entirely offline with no external dependencies or data leaks
  • Very fast processing suitable for large codebases
  • Lightweight and simple to install as a standalone binary

Cons

  • Limited to Go projects only, no support for other languages or mixed repos
  • Only provides structural metadata, not code-level analysis or dependencies
  • Output requires manual integration into IDE tooling for full benefit

Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.

Pros

  • Runs entirely offline with no external dependencies or data leaks
  • Very fast processing suitable for large codebases
  • Lightweight and simple to install as a standalone binary

Cons

  • Limited to Go projects only, no support for other languages or mixed repos
  • Only provides structural metadata, not code-level analysis or dependencies
  • Output requires manual integration into IDE tooling for full benefit