Local-first codebase intelligence MCP server indexing code, schema, diagnostics, and findings with SQLite and optional Postgres support.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Agentmako.
agentmako is a local-first codebase intelligence engine for AI coding tools.
It gives agents like Codex, Claude Code, Cursor, and local harnesses a compact Reef-first tool surface for understanding a project before they edit it. Mako indexes your repo, builds local SQLite-backed facts, tracks diagnostics and review notes, and answers evidence-backed questions instead of making the agent orchestrate broad tool chains or rediscover everything with raw grep.
Mako is built for the first mile of coding-agent work:
What files matter? What routes, symbols, tables, diagnostics, and prior findings are relevant? What should the agent read next?
agentmako mcpagentmako dashboardreef_ask across code, database, findings,
diagnostics, instructions, freshness, and literal checksmako_helpcontext_packet_hints on tool results so agents get result-specific next stepsreef_status, reef_verify, reef_impact,
live_text_search, lint_files, and tool_batch.mako/rules YAML rule packs, including primitive
cross-file helper-bypass rules via canonicalHelperEverything important runs locally. No hosted service is required.
Requires Node.js 20 or newer.
Confirm the CLI is available:
You should see green checks for configuration and the local API service.
Prefer to build from source (e.g. to contribute)? See Develop From Source at the bottom of this file.
Go to the project you want Mako to understand:
Attach and index it:
Use --no-db for the first run. It gets the code intelligence path
working before adding database scope.
Run a real Reef query:
If that returns an evidence-backed answer, facts, findings, or next queries, the core setup is working.
reef_ask plans over code, database, durable findings, diagnostics, and exact
literal evidence. App-flow questions favor file, route, and finding evidence;
RLS/schema questions favor database facts and review comments. To inspect
project rules of thumb directly:
Add this to your MCP client config:
Restart the MCP client and confirm the mako-ai server starts.
In the agent, default to reef_ask. The compact starting surface is:
reef_ask for project questions across code, database, findings,
diagnostics, freshness, and quoted literal checksreef_status for maintained issues, changed files, stale diagnostics, and
watcher/schema healthreef_verify for the completion gate over diagnostic freshness and open loopsreef_impact for changed-file blast radius and convention risksmako_help for an ordered workflow recipe with prefilled argumentslive_text_search for exact current-disk regex/glob inventorieslint_files for bounded diagnostics and .mako/rules findingstool_batch for independent read-only follow-upstool_search to discover specialized route, graph, DB, finding, refresh, or
context-expansion tools only when the compact surface points at a concrete
needPlain MCP works anywhere, but the bundled plugins add Mako-specific skills and
include the same agentmako mcp wiring.
Prerequisites:
PATH (the plugin runs npx -y agentmako mcp, which fetches
the published agentmako package automatically โ no separate global install
required)agentmako connectClaude Code stable path:
New generated plugin layouts:
Inside the agent, confirm the mako-ai MCP server is connected.
The plugin exposes these skills:
/mako-ai:mako-guide/mako-ai:mako-discovery/mako-ai:mako-trace/mako-ai:mako-neighborhoods/mako-ai:mako-graph/mako-ai:mako-database/mako-ai:mako-code-intel/mako-ai:mako-workflowUse the plugin when you want Claude Code to load Mako-specific guidance for which tools to call and how to interpret their results.
From your target project:
This starts the local API, harness service, and web dashboard.
Mako works without a database. Add this only after code intelligence is working.
For a one-time interactive setup:
For CI or scripted setup using an environment variable:
Then refresh and verify the local schema snapshot:
Interactive mode stores database secrets in your OS keychain by default. Project config stores references, not plaintext DB URLs.
From the target project:
For staged review checks:
For database review notes:
If you want to hack on Mako itself, clone and build instead of installing from npm.
Prerequisites:
corepack enable, included with modern Node.js)npm link ./apps/cli makes the source-built CLI available as
agentmako on your PATH, replacing any global npm install. Re-run
corepack pnpm run build after pulling changes.
To go back to the published version: npm install -g agentmako.
Full verification:
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/drhalto-agentmako)<a href="https://allmcps.com/mcp/drhalto-agentmako"><img src="https://allmcps.com/api/badge/drhalto-agentmako?style=directory" alt="Agentmako on AllMCPs" /></a>