How agentmako thinks about a codebase.
agentmako is a local-first MCP server for AI coding agents. Four short concept pages explain the model behind it: the protocol it speaks, the shape of the context it returns, the durable memory layer underneath, and how it tracks what is still fresh.
Model Context Protocol
↗What MCP is, where it came from, and why one server can run against every coding agent.
Context packets
↗
The structured shape returned by context_packet —
ranked files, related context, active findings, read-next.
Reef Engine
↗Durable facts and findings that persist across agent sessions.
Freshness model
↗live, fresh_indexed, stale, contradicted, unknown — and why stable answers are not the same as fresh ones.