Skip to main content
Moxn is a knowledge base for human & agent collaboration. Agents connect via MCP or CLI to search, read, and write your docs. Your team edits in a modern web editor. Branching and version control keep everyone in sync — so parallel agents don’t clobber each other, and every change is reviewable.
Moxn knowledge base

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.
Moxn’s approach: a filesystem primitive that both humans and agents share, Git-like branching so parallel work doesn’t deadlock, and section-grain permissions that apply independently to humans and agents.

Choose Your Setup

Pick the connection method that fits your workflow:
CLIMCP
AuthAPI key (MOXN_API_KEY)Browser-based OAuth
Setupnpm install + install-skillConfig snippet in MCP settings
Best forClaude Code, Codex, Cursor, and other coding agentsClaude.ai, ChatGPT, Gemini, desktop apps
How it worksAgent calls context commands directlyAgent 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.
CategoryTools
Discoveryfind, search, read
Content managementdocuments, sections
Organizationfilesystems, tags, databases
Collaborationmerge_requests, changesets
Members & filesmembers, 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.
Moxn document editor with sections, code blocks, and mermaid diagrams
Your team writes and edits documentation in the web app. Agents read and write the same content over MCP. Everyone works from a single source of truth.

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