cd /news/developer-tools/i-built-satori-a-read-only-codebase-… · home topics developer-tools article
[ARTICLE · art-52633] src=dev.to ↗ pub= topic=developer-tools verified=true sentiment=↑ positive

I built Satori: a read-only codebase map for AI coding agents

Hamza built Satori, an open-source, read-only codebase map for MCP-compatible AI coding agents. It provides a structured investigation path to help agents efficiently navigate symbols, ownership boundaries, and dependencies without editing source code, reducing token costs and improving context accuracy.

read2 min views1 publishedJul 9, 2026

Hi, I’m Hamza, the maker of Satori.

Most AI coding agents can search files.

That is not enough.

Real codebases are not flat text dumps. They have symbols, ownership boundaries, wrappers, callers, callees, stale files, generated output, and logic spread across folders.

Without structured repo context, agents build context the hard way.

They burn tokens pulling broad file dumps.

They still may not have the complete picture.

They guess which file owns the behavior.

They miss related callers, wrappers, and stale paths.

That is expensive for frontier models — and even harder for smaller, local, or non-frontier models where every token matters more.

I built Satori to give MCP-compatible coding agents a more efficient investigation path before they touch code.

Satori is an open-source, read-only codebase map for AI coding agents.

It helps agents move from:

plain-English intent
→ owner symbols
→ file outline
→ exact symbol / line reads
→ advisory caller/callee context
→ freshness-aware recovery

The goal is simple:

Satori does not edit your source code. It gives agents better repo context so developers can steer and approve changes with more confidence.

Search gives agents access to text.

But investigation needs more than nearby text.

A real repo has structure:

When agents do not have a structured path, they often compensate by pulling more files into context.

That increases token cost, but it does not guarantee completeness.

More context is not the same thing as better evidence.

Satori exposes a small MCP tool surface for repo investigation:

The point is not to replace developer judgment.

The point is to make the agent show better evidence before it proposes a diff.

Instead of asking an agent to grep around a repo and hope it finds the right place, Satori gives it a repeatable path:

That makes the investigation cheaper, more inspectable, and less dependent on dumping entire files into the model.

npx -y @zokizuan/satori-cli@latest install --client all
npx -y @zokizuan/satori-cli@latest doctor

Satori works with Codex, Claude Code, OpenCode, and MCP-compatible clients.

It is currently pre-alpha, and offline support is planned.

Website: https://satori.hamza.my.id/

GitHub: https://github.com/ham-zax/satori

npm: https://www.npmjs.com/package/@zokizuan/satori-cli

Product Hunt: https://www.producthunt.com/products/satori-4?utm_source=other&utm_medium=social

If you use coding agents on real repos, I’d love to hear where they usually lose context.

Is it wrong files?

Broad file dumps?

Missed callers?

Stale repo state?

Overconfident edits?

And if Satori looks useful, a GitHub star, Product Hunt upvote, or comment would really help the launch.

── more in #developer-tools 4 stories · sorted by recency
── more on @hamza 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/i-built-satori-a-rea…] indexed:0 read:2min 2026-07-09 ·