The agent that lives
in your codebase.
CodeBroker indexes your repository and hands your AI coding tools the exact files and context they need — so they stop guessing and start answering.
$claude mcp add codebrokerLives in your repo.
Speaks to every coding agent.
CodeBroker connects over the Model Context Protocol, so whichever tool you code with, it already knows its way around your repo.
Three steps. Zero guesswork.
Your AI is great at writing code. It's bad at finding it. CodeBroker handles the finding.
It maps your repo
CodeBroker lives in your codebase and keeps a live map of every file, symbol and dependency — updated as your code changes.
Your AI asks it
Claude Code, Cursor or any MCP client asks questions like “where is auth handled?” or “what breaks if I change this?”
It returns the right context
Only the files and symbols that matter come back — a small, focused context window instead of the whole repository.
You ask. It finds.
Tell your AI what you want changed. CodeBroker quietly hands it the files that matter.
You type
“Fix the login bug”_
CodeBroker finds the context
Files that matter
- src/auth/provider.ts
- src/api/middleware.ts
- config/auth.config.ts
Where to start
- loginHandler()
- validateSession()
Your agent gets 3 files instead of 3,000 — faster answers, fewer tokens, fewer wrong guesses.