Your agent writes the docs.
Humans review them here.

Publish specs, plans, and research from Claude, Cursor, or Codex in one tool call. Reviewers comment inline on a clean page — your agent reads the comments back to revise.

No MCP client? Paste or upload works too. By signing up you agree to our Terms and Privacy Policy.

Publish

One MCP tool call — or one paste — turns markdown into a clean, readable link.

Annotations

Reviewers highlight and comment on exact passages. Comments survive edits — and your agent can read them.

Access control

Public, login-required, or domain-restricted. Optional email allowlists and expiry dates.

What it does

Your markdown becomes a clean, readable page.

Markdown

# Payment Service Design

Retries run through an **idempotent
ledger** that reconciles nightly.

## Guarantees
- Exactly-once settlement
- Correlation id per entry
- Reconciles vs. `settlement.csv`

> Open question: partial refunds?

Rendered

Payment Service Design

Retries run through an idempotent ledger that reconciles nightly.

Guarantees

  • Exactly-once settlement
  • Correlation id per entry
  • Reconciles vs. settlement.csv
Open question: partial refunds?

Connect once. Then "publish this spec to mkdshare" just works.

Works in Claude, Cursor, Codex, and any MCP client.

{
  "mcpServers": {
    "mkdshare": {
      "url": "https://mkdshare.dev/mcp",
      "headers": { "Authorization": "Bearer <your-token>" }
    }
  }
}
No setup needed for manual paste or upload.