Back to MCP Servers

Agentmako

Local-first codebase intelligence engine. Gives coding agents structured context packets, indexed code/schema facts, and diagnostics over MCP, backed by a local SQLite store — so agents stop rediscovering your repo with raw grep. Optional Postgres/Supabase awareness and a bundle…

developer-toolspostgresredissqliteagent

Installation

npx -y agentmako

Configuration

{
  "mcpServers": {
    "agentmako": {
      "command": "npx",
      "args": ["-y", "agentmako"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub