MCP Catalogs
Homeagentmako screenshot

agentmako

by drhalto·41·Score 45

Local-first MCP server providing codebase intelligence through structured context packets, diagnostics and SQLite-backed facts.

developer-toolsai-llmknowledge-graph
6
Forks
3
Open issues
this month
Last commit
2d ago
Indexed

Overview

Agentmako is a local-first codebase intelligence engine that provides AI coding agents with typed MCP tools for understanding projects before editing. It indexes repositories, builds SQLite-backed facts, tracks diagnostics and review notes, and returns structured context packets instead of requiring agents to rediscover everything with raw grep. The project is actively maintained and offers both MCP server functionality and a local dashboard.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Understanding project structure and codebase before making changes
you:Finding relevant files, routes, symbols and diagnostics in large codebases
you:Extracting code conventions and patterns across projects
you:What databases does agentmako support?
you:Which AI coding tools does agentmako integrate with?

When to choose this

Choose agentmako when you need comprehensive codebase intelligence with structured context packets, especially for projects with complex routing patterns, authentication systems, or database schemas.

When NOT to choose this

Avoid agentmako if you only need basic file search without context, or if you're unwilling to commit to its local-first approach with SQLite dependency.

Tools this server exposes

12 tools extracted from the README
  • tool_search

    Find the right Mako tool for a specific task

  • context_packet

    Get starting context for a coding task

  • reef_scout

    Get intent-ranked project facts, findings, and history

  • file_preflight

    Check findings, diagnostics, conventions before editing a file

  • reef_diff_impact

    Get changed-file callers, findings, and convention risks

  • extract_rule_template

    Extract a rule template for recurring bug patterns

  • project_conventions

    Get discovered auth, runtime, route, or schema conventions

  • ask

    Ask a natural language question about the repository

  • db_review_comment

    Add review comments about database objects

  • cross_search

    Search across the codebase for specific patterns

  • live_text_search

    Search for text patterns in current code state

  • ast_find_pattern

    Find code patterns using AST matching

Comparable tools

semgrep-mcprefactcode-search-agentgraphbrain

Installation

Install Node.js 20 or newer:

npm install -g agentmako

Connect to your project:

cd /path/to/your/project
agentmako connect . --no-db

Configure your MCP client:

{
  "mcpServers": {
    "mako-ai": {
      "command": "agentmako",
      "args": ["mcp"]
    }
  }
}

FAQ

What databases does agentmako support?
Agentmako works locally with SQLite by default and optionally supports Postgres/Supabase with schema snapshots and read-only database inspection.
Which AI coding tools does agentmako integrate with?
Agentmako provides MCP server functionality for tools like Codex, Claude Code, Cursor, and local harnesses. It also offers specific plugins for Claude Code.

Compare agentmako with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.