Skip to main content
← Blog
4 min readThe Moxie Docs team

Introducing Free: See Moxie Docs Work on Your Own Repo, No Card Required

Moxie Docs now has a permanent Free plan: connect one repository, no credit card required ever, and see real generated docs, search, and live MCP context on your own code.

  • product
  • announcement
  • developer-experience
  • mcp

Most documentation tools ask engineering teams to trust a synthetic demo, a pre-recorded sales call, or a set of polished screenshots before showing whether they work on real codebases. That is backwards. The only way to know if generated documentation, codebase search, and Model Context Protocol (MCP) context are genuinely useful is to see them generated directly from your own repository.

That is why we are introducing Moxie Docs Free today. It is a permanent plan - not a time-limited trial - for one repository, with no credit card required, ever.

The quiet cost of doc drift#

Technical debt gets tracked in issue trackers, linters, and monitoring tools. Documentation debt is quieter: the page still loads, the sentences still parse as English, but it describes a build step, database schema, or CLI parameter from two quarters ago. Nothing in standard CI pipelines flags a sentence that used to be true.

The interest on documentation debt accumulates across engineering workflows:

  • Slower onboarding: New hires follow setup guides that fail on step three, requiring senior engineers to intervene.
  • Tribal knowledge bottlenecks: Answers migrate out of repository docs and into Slack threads or individual memories.
  • AI coding hallucination: AI coding assistants (such as Cursor, Claude Code, and Codex) ingest stale READMEs and suggest deprecated patterns or obsolete configuration keys.

Traditional wikis try to solve this by creating another external site that developers forget to update under sprint pressure. Moxie Docs treats documentation as a living artifact tied directly to your source code.

What is included in Moxie Docs Free#

Moxie Docs Free is not a stripped-down demo mode. It uses the exact same generation pipeline, security constraints, and review workflow as our paid plans, scaled for a single repository:

  • 1 Connected Repository: Index up to ~500 source files, docs, tests, and package manifests.
  • Live MCP Context Endpoint: Serve real codebase conventions, architectural patterns, and verified commands directly to AI agents (Cursor, Claude Code, Codex, and Antigravity) via Model Context Protocol (MCP).
  • Automated Drift Detection & 2 Cleanup PRs / Month: Moxie tracks every merge to your default branch. When code moves and docs don't, Moxie opens up to 2 reviewable, docs-only Pull Requests per month, complete with file-level source citations.
  • 5 Search Q&A Queries / Month: Ask natural-language questions across your indexed repository and receive accurate, cited answers backed by your codebase.
  • Zero Compromise Security: Moxie Docs only ever touches documentation files (.md, .mdx, .txt) - never application code - and PRs are never auto-merged.

How automated documentation cleanup works#

When code changes land on your primary branch, Moxie Docs analyzes the delta against your existing documentation. Instead of rewriting entire pages or cluttering your commit history, it isolates doc drift and generates targeted Pull Requests.

A Cleanup PR from Moxie Docs includes clear line-by-line diffs and explicit source citations pointing back to the committing PR and source files:

DIFF
  ## Local Development Setup

- Ensure Node.js 18.x is installed and run `npm install`.
+ Ensure Node.js 20.x is installed and run `npm ci`.

  ### Environment Variables

  Required keys in `apps/web/.env.local`:

  - `NEXT_PUBLIC_SUPABASE_URL`: Supabase project URL.
  - `SUPABASE_SECRET_KEY`: Service role key for admin operations.
+ - `AI_GATEWAY_KEY`: Cloudflare AI Gateway API key for LLM routing.

Because every PR is docs-only and subject to your standard GitHub code review process, human engineers remain in total control of what enters main.

Why permanent Free, not another 14-day trial#

We already offer a 14-day trial for teams ready for full capacity - multiple repositories, team member access, and automated weekly Friday Cleanup. That trial is designed for teams that have already decided Moxie Docs fits their stack.

Free is built for the step before that decision. There is no clock, no credit card input, and no automated email pushing you to upgrade before you have evaluated the output on your own codebase. When one repository and two Cleanup PRs a month stop being enough, upgrading to Starter or Team adds more repos, weekly automation, and higher monthly allowances on your terms.

Feeding fresh context to AI coding assistants#

In modern engineering workflows, documentation is read by AI agents just as often as human developers. When Cursor, Claude Code, or Codex query an out-of-date README, they generate code using obsolete patterns.

Moxie Docs Free acts as a live MCP server for your tools. As Moxie detects drift and updates your repository documentation, your local IDE agents immediately receive fresh conventions, updated file structures, and verified build commands without re-crawling your repository.

Try it on your own codebase#

You can connect one repository and see your first generated index and documentation analysis in under two minutes.

Republish or cite this article

You're welcome to republish this piece in full or in part. We just ask that you credit the original with a link back. See our republishing guidelines.

Attribution snippet

<p>This article was originally published on <a href="https://moxiedocs.com/blog/introducing-free-plan">Moxie Docs</a>.</p>

Cite this article

The Moxie Docs team. "Introducing Free: See Moxie Docs Work on Your Own Repo, No Card Required." Moxie Docs, August 5, 2026, https://moxiedocs.com/blog/introducing-free-plan.

Try it on your repo

Put your own codebase on the same footing.

Searchable docs, MCP-ready context, and Cleanup PRs that keep everything current as the code changes.