AgentMako indexes your local codebase into SQLite-backed facts so AI coding agents can understand project structure before making edits. It exposes MCP tools like reef_scout for intent-ranked context retrieval, context_packet for task-oriented starting points, and file_preflight for pre-edit safety checks with diagnostics and conventions. The server ingests TypeScript, ESLint, and git staged state, extracts auth guards and route patterns through its Reef Engine, and optionally snapshots Postgres or Supabase schemas for read-only DB inspection. It includes a local dashboard, hot-reloadable YAML rule packs, and plugins for Claude Code that add discovery and trace skills. Reach for this when you want agents to query "what files matter for this auth flow" instead of grepping blindly through repos.
claude mcp add --transport stdio drhalto-agentmako uvx agentmako