brozi.codes
Open Source · MIT License

Stop burning tokens
on the loop.

BroziCode is a free, open-source MCP layer that replaces Claude Code's micro-tool loops with Macro-tools — cutting API round-trips from 12 to 2 on complex edits.

Without BroziCode
12 API round-trips
~85k tokens burned
$0.47 per task
With BroziCode
2 API round-trips
~12k tokens burned
$0.07 per task

The Agentic Loop Tax is real.

Every time Claude reads a file, edits a line, or verifies a change, it fires a new API call. Because the model is stateless, every call re-sends your entire conversation history. On a 3-file edit, that's 12 round-trips — each one bigger than the last.

Your token bill doesn't grow linearly. It compounds.

$6
avg. daily API cost per developer
~85k
tokens burned on a typical 3-file edit
12×
round-trips where 2 would do

Based on Faros.ai data & community reports, 2025–2026.

BroziCode thinks bigger.

Instead of tool-by-tool, BroziCode operates with Macro-tools — single MCP calls that bundle reading, editing, and validation into one round-trip. Claude gets more done. Your bill goes down.

Vanilla Claude Code
grep()
read()
edit()
verify()
read again()
edit again()

× 12 round-trips

BroziCode
brozi_batch_edit()

× 2 round-trips

Three tools. One goal.

Cut context. Batch edits. Know the blast radius.

🔬
AST Search
Parses your code into an Abstract Syntax Tree and strips function bodies. 2,000 lines become 150. Claude sees the structure, not the noise.
brozi_smart_search
🗺️
Dependency Map
Generates a local import/export graph. Claude knows every file that touches the one you're changing — before it changes anything.
brozi_map_dependencies
Batch Edit
One JSON call. Multiple files. Fuzzy-match patch application. Local TypeScript/ESLint validation before Claude ever sees a result.
brozi_batch_edit
85%
fewer tokens
on complex edits
fewer API calls
per session
MIT
licensed
always free
June 2026
v1 target

Not just a file filter.

Tools like context-mode tell Claude which files to ignore. BroziCode rewrites how Claude interacts with your codebase entirely.

context-modeBroziCode
StrategyExcludes files from contextCompresses via AST
ToolingNative Claude toolsMacro-tool overrides
VerificationAgent re-reads the fileLocal Node.js syntax check
Dependency mappingManualAutomated
PriceFreeFree (and spite-powered)

Ship sooner.
Spend less.

BroziCode is in active development. Star the repo to follow along, or drop your email to get notified when v1 ships.

No spam. One email when v1 ships.

View source on GitHub →