AI-enabled · Markdown-native · API-first

Documentation your whole team will actually use

MarkedDocs gives every team, client, or product its own branded knowledge base - written in Markdown, surfaced via a powerful REST API, and ready to connect with any AI workflow through our built-in MCP server.

1000+
Articles hosted
Full
REST API coverage
MCP
AI-ready out of the box
GET /api/v1/articles/ · 200 OK
// Fetch an article in any tenant const response = await fetch( 'https://markeddocs.com/api/v1/articles/:slug/', { headers: { 'Authorization': `Token ${API_KEY}` } } ); const { title, content, content_html, category } = await response.json(); // Or let AI search your docs via MCP // - works with Claude, Cursor, and more

Trusted by teams shipping great documentation

EnrolHQ John Paul College Sydney Grammar School PortalHQ OLMC Parramatta MagiLoop
Everything included

One platform, zero compromises

From writing your first article to powering a fully automated AI support workflow - MarkedDocs has every building block already in place.

Pure Markdown editing

Write in the format developers already love. Full CommonMark support with extensions for tables, callouts, code blocks with syntax highlighting, and embedded media. No proprietary lock-in - your content is always portable.

True multi-tenancy

Every client, product, or department gets its own fully isolated knowledge base with a custom URL slug. Independent categories, articles, branding, and access controls - all managed from an intuitive dashboard.

🔍

Instant full-text search

Lightning-fast search across all articles, with highlighted matches and category filtering. Expose it via our pre-built search UI or wire it directly into your own front-end with the Search API endpoint.

REST API, fully documented

Every operation available through the UI - reading, creating, updating articles and categories - is exposed as a clean, versioned REST API. Integrate your CMS, CI/CD pipeline, or custom tooling in minutes.

🤖

MCP server built-in

The Model Context Protocol server lets AI assistants like Claude read, search, and create documentation natively. Build AI-powered support bots, automated doc generation workflows, and context-aware assistants without writing glue code.

🎨

White-label branding

Each tenant knowledge base can carry its own logo, colour scheme, and custom domain. Your users see your brand - not ours. Perfect for companies embedding documentation directly into their product experience.

Simple by design

Up and running in minutes

No configuration hell. No infrastructure to manage. Go from sign-up to published knowledge base faster than you can finish your coffee.

01

Create your tenant

Sign up, choose a slug for your knowledge base (e.g. markeddocs.com/your-brand), and configure your branding in under two minutes.

02

Write your first article

Use the built-in Markdown editor to draft articles and organise them into categories. Import from your existing docs with a simple paste or API push.

03

Connect & automate

Grab your API key and integrate. Embed the search widget, hook into your CI pipeline, or point an AI model at the MCP server - your docs are now alive.

Developer first

An API for everything - and an MCP for AI

Every piece of functionality in MarkedDocs is reachable via our REST API. But we've gone further: a native Model Context Protocol server means AI assistants can read and write your documentation as naturally as a human editor would.

Whether you're syncing docs from a GitHub repo, auto-generating release notes, or letting Claude answer support questions by searching your knowledge base in real time - the infrastructure is already there.

Read the API docs →

Available endpoints

GET /api/v1/articles/ List all articles
GET /api/v1/articles/:slug/ Fetch single article (md + html)
POST /api/v1/articles/ Create a new article
PUT /api/v1/articles/:slug/ Update article content
GET /api/v1/search/?q= Full-text search
GET /api/v1/categories/ List categories
GET /api/v1/media/ List media assets
MCP mcp_server/server.py AI tool server

Token auth via POST /api/v1/auth/token/ with Basic auth.

AI-ready infrastructure

Your knowledgebase, plugged directly into AI

The Model Context Protocol (MCP) is the emerging standard for connecting AI models to real-world data. MarkedDocs ships with a production-ready MCP server out of the box - no setup required.

Configure it once in Claude Desktop, a Cursor workspace, or any MCP-compatible agent, and your AI assistant gains the ability to search articles, retrieve full content, and even draft new documentation directly to your knowledge base.

MCP tools exposed:

search_articles get_article list_categories create_article update_article list_articles

claude_desktop_config.json

"mcpServers": {
  "markeddocs": {
    "command": "uv",
    "args": ["run", "python", "mcp_server/server.py"],
    "env": {
      "KB_API_TOKEN": "YOUR_TOKEN",
      "KB_TENANT_SLUG": "your-tenant"
    }
  }
}

That's it. Your AI assistant now has full access to your docs.

From our users

Teams that live by their docs

★★★★★
"We replaced a sprawling Notion setup with MarkedDocs in an afternoon. The multi-tenancy alone was worth it - each client now has their own clean knowledge base without any extra overhead."
SR
Sarah R.
Head of Customer Success · NovaPlatform
★★★★★
"The MCP integration was a game-changer. We pointed Claude at our knowledge base and now it can actually answer support tickets with accurate, up-to-date information - no hallucinations, no stale data."
JM
James M.
Lead Engineer · RelayHQ
★★★★★
"We auto-publish our release notes from CI straight into MarkedDocs via the API. Our docs are always in sync with the actual product - it's the first time that's ever been true in five years."
TK
Tanya K.
DevOps Lead · CraftOps
Transparent pricing

Start free, scale without surprises

No per-seat fees. No article limits on paid plans. Just straightforward pricing that grows with you.

Starter
$0
Free forever · no credit card needed
Perfect for solo developers, open-source projects, and teams exploring the platform.
Up to 25 articles
Full REST API access
MCP server included
Custom branding
Custom domain
Get started free
Enterprise
Custom
Volume pricing · SLA included
For organisations managing dozens of knowledge bases with compliance, SSO, and dedicated support.
Unlimited articles
SSO / SAML 2.0
Dedicated onboarding
SLA with 99.9% uptime
Audit logs & compliance exports
Talk to sales
Get started today

Your first knowledge base is one click away

Join the teams who've stopped wrestling with wikis and started building documentation that actually serves their users - and their AI workflows.

No credit card · No time limit · Cancel anytime