agentmako icon
agentmako icon

agentmako

Local-first MCP server that gives coding agents structured context packets, code/schema facts, and diagnostics - backed by a local SQLite store.

agentmako screenshot 1

Cost / License

Platforms

  • Node.JS
  • JavaScript
  • Typescript
  • Mac
  • Windows
  • Linux
  • BSD
1like
0comments
0alternatives
0articles

Features

agentmako News & Activities

Highlights All activities

Recent activities

agentmako information

  • Developed by

    drhalto
  • Licensing

    Open Source (Apache-2.0) and Free product.
  • Written in

  • Alternatives

    0 alternatives listed
  • Supported Languages

    • English

AlternativeTo Categories

AI Tools & ServicesDevelopment

GitHub repository

  •  13 Stars
  •  4 Forks
  •  1 Open Issues
  •   Updated  
View on GitHub
agentmako was added to AlternativeTo by Paul on and this page was last updated .
No comments or reviews, maybe you want to be first?

What is 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 typed MCP toolset for understanding a project before they edit it. Mako indexes your repo, builds local SQLite-backed facts, tracks diagnostics and review notes, and returns structured context packets instead of making the agent 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?

What You Get:

  • MCP server for coding agents: agentmako mcp
  • Local dashboard: agentmako dashboard
  • Deterministic context packets: context_packet, reef_scout
  • Code search and structure tools: cross_search, live_text_search, ast_find_pattern, repo_map
  • Reef Engine facts and findings across indexed, working-tree, and staged state
  • TypeScript, ESLint, Oxlint, Biome, and staged git diagnostic ingestion
  • Optional Postgres/Supabase schema snapshots and read-only DB inspection
  • Local DB review comments for notes on tables, RLS, triggers, publications, subscriptions, and replication
  • Recall, acknowledgements, and agent feedback for repeated review work

Everything important runs locally. No hosted service is required.