A Solidity CLI Tracer and Debugger
CLI-native Tenderly alternative for Foundry with revm-based transaction replay.
GPS navigation for codebases
Call graph traversal for LLMs cuts token usage vs. iterative grep and file reads.
Python developers, AI agent builders
Sourcegraph Cody · Continue.dev · Cursor
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.
CLI-native Tenderly alternative for Foundry with revm-based transaction replay.
MCP query server cuts codebase context by 87% with zero dependencies, measured.
Replaces $2,500 DAGR hardware with free open-source iPhone app.
Layer 2 execution testing without LLMs when eval frameworks only test intelligence.
Swaps postMessage for shared memory, making cross-thread calls 3.5x faster in Deno.
Replaces every function with English prompts executed by Claude, tests still pass.