You answer the same questions every week
Where does this live, why is it built this way, what's the convention here? The context exists only in your head and your Slack history.
For staff & platform engineers
Staff and platform engineers carry the architecture in their heads, and pay for it in interrupt-driven questions and review comments that explain the same conventions over and over. Moxie Docs turns that tribal knowledge into source-cited documentation and serves it to teammates and AI agents alike, so the context lives in the repo instead of your DMs.
lib/ai/errors.ts
api/billing/route.ts
lib/time.ts
Served to teammates and agents
The problem
Where does this live, why is it built this way, what's the convention here? The context exists only in your head and your Slack history.
Cursor and Claude Code rediscover the codebase on every prompt and guess at patterns you've already standardized, so you catch them in review.
The one diagram you drew is six refactors stale, and keeping it current is never the priority over real work.
The fix
Moxie maps module dependencies and writes architecture pages and walkthroughs, each cited line-by-line to the code it came from, then regenerates them when the code moves.
The MCP layer serves your conventions, verified commands, and known boundaries to coding agents before they write, so they follow house patterns the first time instead of guessing.
Teammates search one workspace of generated docs plus your existing Markdown, so the repeat questions resolve themselves before they reach you.
FAQ
Agents pull your conventions, docs, gaps, and verified commands directly over MCP instead of re-crawling the codebase on every prompt. One scoped lookup replaces dozens of exploratory file reads. That means fewer tokens, and fewer wrong guesses to redo in review.
Yes. The MCP layer is context-only and scoped per repository. It exposes conventions, docs, and citations, never billing, settings, or the merge button.
Moxie exposes a standard Model Context Protocol server, so Claude Code, Cursor, Codex, and other MCP-aware tools can query repository context directly.
Get started
Connect a repository and review your first source-cited docs in minutes. 14-day trial, no charge today, cancel anytime.