Comparison
Miradorly vs Mintlify: the difference is private-docs MCP
Comparing Miradorly and Mintlify for teams on docs-as-code: editor lock-in, pricing, and the key gap — Mintlify's MCP only works on public docs, while Miradorly's role-aware MCP works on private repos.
The short answer
Mintlify is an AI-first docs-as-code platform with its own editor and an auto-generated MCP server — but that MCP only works on public documentation. Miradorly is an overlay on your existing GitHub or GitLab repo: it keeps your editor, costs $29–79/mo flat (Mintlify's paid tiers run $79 to ~$250–300/mo), and its role-aware MCP works on private docs with per-user permissions. If your client docs are private, Mintlify's MCP can't serve them; Miradorly's can.
Mintlify is a genuinely good product, and I want to be fair about that up front. It's AI-first, the published sites look great, and the docs-as-code workflow is real. But there's one specific gap that matters enormously for agencies and teams sharing private docs with clients, and it changed our decision: Mintlify's MCP only works on public documentation.
The headline difference
Mintlify is a platform you build your docs site on. Miradorly is an overlay on the repo you already have. With Mintlify you adopt its framework, structure, and conventions. With Miradorly your markdown stays exactly where it is and renders as a portal — no migration, no second editor.
For public developer docs, the platform model is fine. For private client docs that a non-technical stakeholder needs to read and comment on, the overlay model is what fits.
The MCP gap that decided it for us
Both tools advertise MCP. The difference is where it works:
| Mintlify MCP | Miradorly MCP | |
|---|---|---|
| Public docs | ✅ | ✅ |
| Private docs | ❌ | ✅ |
| Per-user role-aware access | — | ✅ |
| Respects an ignore file (no secrets/drafts) | — | ✅ .docignore |
| Auth | — | OAuth 2.1 + PKCE |
| Read-only by design | — | ✅ |
Mintlify confirms in its own documentation that the MCP server targets public docs. So if your client's AI agent needs to answer questions from private project documentation — the actual agency use case — Mintlify's MCP doesn't cover it.
Miradorly was built around this exact wedge: a role-aware MCP server over a private repo that returns only what each user's account can see, and never indexes files matched by .docignore.
# Same docs, scoped per account
claude mcp add miradorly https://mcp.miradorly.com/<your-workspace>
Pricing
Mintlify's paid plans begin around $79/mo plus per-seat charges and rise to roughly $250–300/mo on Pro — a number small teams on Hacker News have called too high. Miradorly is $29 or $79/mo flat. If you're a small studio, the difference is an order of magnitude.
Editor and migration
With Mintlify you commit to its framework — docs.json, its components, its build. That's a feature if you want a polished docs site and don't mind the structure. It's friction if your team already writes plain markdown in the repo and just wants it shared.
Miradorly renders standard Markdown + GFM, code blocks, Mermaid diagrams, and tables of contents straight from your repo. Push a commit, see it live. Nothing to adopt.
When Mintlify is the better choice
Choose Mintlify if:
- Your docs are public developer/API docs and you want a best-in-class published site.
- You're happy to author inside Mintlify's framework.
- API reference tooling is central to your use case.
Choose Miradorly if:
- Your docs are private and shared with clients or non-technical stakeholders.
- You need an MCP server that works on those private docs with role-aware access.
- You want to keep your existing editor and pay a flat, predictable price.
The one-line test
If your documentation is public and developer-facing, Mintlify is built for you. If it's private and client-facing, the MCP gap is the deciding factor — and that's the gap Miradorly exists to close.
Frequently asked questions
Does Mintlify's MCP work on private docs?
No. Mintlify's MCP server is for public documentation. For private client docs it doesn't apply. Miradorly's MCP runs on private docs with role-aware access secured by OAuth 2.1 + PKCE, and respects .docignore.
Is Mintlify more expensive than Miradorly?
Generally yes for small teams. Mintlify's paid plans start around $79/mo plus per-seat and climb to roughly $250–300/mo on Pro. Miradorly is flat $29 or $79/mo with no per-seat surprises.
Do I keep my editor with Mintlify?
Mintlify is docs-as-code but expects you to adopt its framework and conventions. Miradorly renders the markdown already in your repo without any migration — you keep Cursor, Claude Code, or whatever you use.
Is Mintlify better for API docs?
Mintlify has strong features for API reference docs and polished public sites. If that's your primary need and your docs are public, Mintlify is a reasonable pick. Miradorly targets private, client-facing docs sharing instead.