Back to browse
GitHub Repository

GPS navigation for codebases

1 starsPython

Decoder – GPS Navigation for Codebases

by maryamtb·Feb 13, 2026·1 point·1 comment

AI Analysis

●●●BangerBig BrainSolve My ProblemWizardry

Call graph traversal for LLMs cuts token usage vs. iterative grep and file reads.

Strengths
  • AST+SQLite architecture surfaces dead code and conditional context automatically
  • MCP server integration lets Claude traverse graphs directly instead of token-wasteful file reads
  • VS Code extension + CLI + server means three UX layers for different personas
Weaknesses
  • Python-only limits audience in polyglot teams
  • No TypeScript/Go/Rust support when those langs have equally complex call chains
Target Audience

Python developers, AI agent builders

Similar To

Sourcegraph Cody · Continue.dev · Cursor

Post Description

I built decoder to visually trace and step through call chains across a codebase, without having to sift through several files, and with visibility into dead code you might otherwise never notice.

Decoder parses the Python AST to build a call graph stored in a local SQLite file, then lets you trace full call chains and see execution context (conditionals, loops, try/except). I built this first as a VS Code extension, but saw the value in giving LLMs that same visibility and added an MCP server. Instead of iterative grep and file reads, an LLM can traverse the call graph directly — which cuts down on token usage and back-and-forth significantly.

Similar Projects

Developer Tools●●Solid

A Solidity CLI Tracer and Debugger

CLI-native Tenderly alternative for Foundry with revm-based transaction replay.

Niche GemSolve My ProblemShip It
tomw1808
202mo ago
Hardware●●●Banger

Red Grid MGRS – Open-Source DAGR-Class GPS Navigator for iPhone

Replaces $2,500 DAGR hardware with free open-source iPhone app.

Niche GemDark HorseSolve My Problem
redgridtactical
213mo ago
Developer Tools●●●Banger

ToolGuard – Pytest for AI agent tool calls

Layer 2 execution testing without LLMs when eval frameworks only test intelligence.

Ship ItSolve My ProblemBig Brain
Heer_J
103mo ago