Rediscovery every prompt
Dozens of file reads per task, repeated each conversation, billed in tokens.
For teams building with AI agents
Agents re-crawl and guess at conventions every prompt. That burns tokens and shows up in review. Moxie serves conventions, docs, gaps, and commands over MCP - scoped and current.
→ get_conventions()
12 rules · paths cited
→search_docs("webhook")
top hit: billing webhook behavior
ready to write
Two scoped lookups, not 40 file reads
The problem
Dozens of file reads per task, repeated each conversation, billed in tokens.
Agents guess patterns you already standardized - you fix it in review.
Stuffing the repo is expensive and still misses house rules.
The fix
Conventions and docs on demand - structured and source-cited.
House rules and boundaries up front, not inferred from a partial crawl.
Matching doc updates can land in the same PR as the code work.
FAQ
Any MCP-aware client. Claude Code, Cursor, and Codex can query Moxie's Model Context Protocol server directly for conventions, docs, gaps, and verified commands.
Yes. It's context-only and scoped per repository: conventions, docs, and citations, never billing, settings, or the merge button.
One scoped lookup replaces dozens of exploratory file reads per task, repeated across every prompt and conversation. You spend fewer tokens rediscovering the repo, and redo fewer wrong guesses in review.
Get started
Connect a repository and review your first source-cited docs in minutes. 14-day trial, no charge today, cancel anytime.