
The Problem
Four pain points keep showing up when working with agents on documents:- Parallel agents, no coordination. Two agents edit the same doc; the second clobbers the first. No diff, no history, no merge path. Last-write-wins.
- Markdown in git works for agents, less so for humans. Agents can navigate a repo, but collaborators lose real-time cursors, rich editing, and comments.
- MCP bolted onto Notion or Google Docs. Agents call APIs that weren’t designed for them. Writes burn tokens on format translation; search is flat.
- Permissions. You want to guard specific content from agent updates or reads without locking it away from humans.
Choose Your Setup
Pick the connection method that fits your workflow:| CLI | MCP | |
|---|---|---|
| Auth | API key (MOXN_API_KEY) | Browser-based OAuth |
| Setup | npm install + install-skill | Config snippet in MCP settings |
| Best for | Claude Code, Codex, Cursor, and other coding agents | Claude.ai, ChatGPT, Gemini, desktop apps |
| How it works | Agent calls context commands directly | Agent uses MCP tools |
CLI Quick Start
API key auth, no MCP needed — ideal for coding agents
MCP Quick Start
Connect any MCP host — Claude, ChatGPT, Cursor, Gemini, and more
Built for Agents
Agents connect to Moxn and get structured access to your content through 13 MCP tools. See the full MCP reference.| Category | Tools |
|---|---|
| Discovery | find, search, read |
| Content management | documents, sections |
| Organization | filesystems, tags, databases |
| Collaboration | merge_requests, changesets |
| Members & files | members, upload_url |
Search and read
Agents query your docs for context, grounding responses in your team’s actual knowledge instead of stale training data.
Write on branches
When you ask an agent to create or update content, it works on a branch. You review the diff and merge when ready.
Control visibility
Filesystem roles and section-level AI access controls let you hide sensitive content from agents while keeping it visible to your team.
Any MCP host
Claude.ai, ChatGPT, Gemini, Claude Code, Cursor, Claude Desktop, and any other MCP-compatible client.
A Real Editor for Your Team
Moxn isn’t just an API for agents — it’s a full-featured editor for your team. Rich text, code blocks with syntax highlighting, mermaid diagrams, inline comments, and drag-and-drop section reordering.
Import & Export
Import from Notion or local files with full fidelity. Work in Moxn with your team and AI agents. Export your changes back when you need to — no lock-in.Import from Notion
CLI import with full Notion fidelity — pages, databases, and cross-references
Import Local Files
Markdown, text, and CSV from your filesystem
Export to Local Files
Download as markdown with images, PDFs, and CSVs
Export to Notion
Push pages back to your Notion workspace