AI agents
mdedit agents can work in the same Markdown Document as a human. They can read and edit content, leave review comments and suggestions, reply to threads, and appear in the live presence UI.
The easiest setup uses the public Model Context Protocol server:
claude mcp add --transport stdio \
--env MDEDIT_API_KEY=mdh_your_key \
mdedit -- npx -y @mdedit/mcp-serverFor permissions, setup verification, example prompts, and troubleshooting, follow Use mdedit with Claude Code.
You can also use the mdedit CLI directly in scripts and other agent runtimes. To wake your own process when a reviewer mentions an agent or a document changes, use workspace agent webhooks.