MCP Catalogs
首页agentmako screenshot

agentmako

by drhalto·41·综合分 45

本地优先的 MCP 服务器,通过结构化上下文包、诊断和 SQLite 支持的事实提供代码库智能。

developer-toolsai-llmknowledge-graph
6
Forks
3
活跃 Issue
本月
最近提交
2 天前
收录于

概述

Agentmako 是一个本地优先的代码库智能引擎,为 AI 编码代理提供类型化的 MCP 工具,以便在编辑前理解项目。它索引仓库,构建基于 SQLite 的事实,跟踪诊断和审查注释,并返回结构化的上下文包,而不是要求代理使用原始 grep 重新发现所有内容。该项目活跃维护,同时提供 MCP 服务器功能和本地仪表板。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:在更改代码前理解项目结构和代码库
:在大型代码库中查找相关文件、路由、符号和诊断
:跨项目提取代码约定和模式
:Agentmako 支持哪些数据库?
:Agentmako 与哪些 AI 编码工具集成?

什么时候选它

当您需要全面的代码库智能,特别是具有复杂路由模式、认证系统或数据库模式的项目时,选择 agentmako。

什么时候不要选它

如果您只需要基本的文件搜索而不需要上下文,或者不愿意接受其基于 SQLite 的本地优先方法,则应避免使用 agentmako。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • 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

可对比工具

semgrep-mcprefactcode-search-agentgraphbrain

安装

安装 Node.js 20 或更新版本:

npm install -g agentmako

连接到您的项目:

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

配置您的 MCP 客户端:

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

FAQ

Agentmako 支持哪些数据库?
Agentmako 默认使用 SQLite 在本地工作,并可选支持 Postgres/Supabase,包括模式快照和只读数据库检查。
Agentmako 与哪些 AI 编码工具集成?
Agentmako 为 Codex、Claude Code、Cursor 和本地工具提供 MCP 服务器功能,还提供 Claude Code 的特定插件。

agentmako 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。