drhalto/agentmako
by Various
Local-first MCP server that gives coding agents structured context packets, code/schema facts, and diagnostics - backed by a local SQLite store.
MCP
drhalto/agentmako
Added 1 June 2026
Overview
A local-first MCP server that supplies coding agents with structured context packets, code and schema facts, and diagnostics. It uses a local SQLite store to persist and retrieve this information.
Best for
Best for
Developers building local coding agents that need structured context from their codebase
Use cases
- Providing coding agents with relevant code context during development
- Storing and retrieving schema facts for database-aware agents
- Delivering diagnostics to agents for error handling and debugging
Notes
A local-first MCP server that supplies coding agents with structured context packets, code and schema facts, and diagnostics. It uses a local SQLite store to persist and retrieve this information.
39 stars on GitHub. Last updated 2026-05-31. Licensed Apache-2.0.
Use cases
- Providing coding agents with relevant code context during development
- Storing and retrieving schema facts for database-aware agents
- Delivering diagnostics to agents for error handling and debugging
Pros
- Local-first design ensures data stays on the machine
- SQLite backend provides fast, reliable storage without external services
- Structured context packets help agents understand codebase context
Cons
- Small user base and limited community support
- Local-only storage may not suit team-based workflows
- Requires manual setup and configuration of the MCP server
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Local-first design ensures data stays on the machine
- SQLite backend provides fast, reliable storage without external services
- Structured context packets help agents understand codebase context
Cons
- Small user base and limited community support
- Local-only storage may not suit team-based workflows
- Requires manual setup and configuration of the MCP server
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.