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
By drhalto
Installation
npx -y agentmakoConfiguration
{
"mcpServers": {
"agentmako": {
"command": "npx",
"args": ["-y", "agentmako"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes