Free during beta · MCP-native
Docs your AI keeps in mind.
A markdown wiki with a built-in MCP server. Claude, Claude Code, and Codex pick up your spaces, pages, and history as natural context — no copy-paste, no “fetch the README” nudges. Open source under MIT, ships on AWS.
Free while we're in beta. We'll tell you well in advance if that ever changes.
$ claude --mcp staplemd <<< "summarise the Q2 launch plan"
→ tool search_workspace(query="Q2 launch plan")
↳ 3 results in Engineering / Roadmap
→ tool read_page(page_id="p_4f9a")
↳ 1.4k tokens, last edit 2d ago by ana@
The Q2 launch plan ships in three waves:
• May 14 · open beta — free, unlimited workspaces
• May 28 · public launch + Product Hunt
• Jun 11 · open-source the MCP reference serverYour AI streams your wiki as context — automatically, scoped to your workspace.
What's inside
A wiki your AI can read along with you.
01
Ambient AI awareness
A scoped MCP endpoint per workspace. Claude Desktop, Claude Code, and Codex stream your spaces and pages as natural context. No paste, no prompts, no plumbing.
02
Spaces & pages
Confluence-style information architecture. Org · spaces · nested pages. Permissions per space, drag-to-reorder, breadcrumbs you can actually read.
03
Tiptap editor
WYSIWYG markdown that round-trips byte-stable. Slash menu, code blocks with Shiki, embeds, tables. Keyboard-first the whole way down.
04
Real-time collaboration
Yjs CRDT + Hocuspocus self-hosted. See cursors and selections in <300ms. Offline edits merge cleanly when you reconnect.
05
Git-native versioning
Every save is a commit in a per-workspace bare git repo. Branches, tags, diff, blame. `git clone` your workspace whenever you want.
06
AI sidekick in-product
Summarise, rewrite, ask-the-doc, generate — right inside the editor. Powered by Claude Sonnet by default; pick Haiku for cheap or Codex if you prefer.
The marquee feature
An MCP server that puts your wiki in your AI's peripheral vision.
Connect Claude Desktop, Claude Code, or Codex with a single line. The MCP endpoint authenticates via your Cognito session or a per-org token you can revoke. Your AI tools see exactly what you would in the web UI — and not a byte more.
We don't train models on your content. We don't cache your pages on a third-party server. The MCP server runs in your workspace's region of AWS, on your data's code path.
{
"mcpServers": {
"staplemd": {
"url": "https://md.staplelab.com/mcp",
"auth": { "type": "bearer", "tokenEnv": "STAPLEMD_TOKEN" }
}
}
}list_spaces
Enumerate spaces in the workspace.
list_pages
Enumerate pages, optionally filtered by space.
read_page
Full markdown + metadata for a page.
write_page
Create or update a page; returns the new id.
search_workspace
Full-text search across the workspace.
get_history
Recent commits + diff for a page.
Pricing
Free, while we're building.
Free
For now & the foreseeableEverything we've built. No paywalled corners.
$0forever, until it isn't
- Unlimited spaces and pages
- Real-time collaboration
- Git-native versioning + git clone export
- MCP endpoint for ambient AI awareness
- In-product AI sidekick (Claude / Codex)
- MIT-licensed, self-host whenever you want
Later
Maybe paid tiers if it makes sense.
We may add Team and Business tiers down the road for organisations that want SSO, audit logs, custom data residency, and priority support. We'll tell you well ahead of time.
Until then, every workspace gets every feature, free.
Get in touchFree wiki. Smarter AI.
Sign up takes a minute. Connect Claude or Codex in another. `git clone` your workspace any time you want to leave.