> markdown your AI agents can read & write
Every LLM already speaks Markdown. MDflow goes further — it turns a whole workspace into something Claude Code, Codex, Cursor, and Gemini operate directly: read context, write documents, organize folders, and publish, all through a remote MCP server and a full HTTP API.
$claude# mdflow MCP connected · 16 tools> "summarize our onboarding docs and draft a checklist"mdflow_get_context("onboarding")↳ 4 docs · folder: Onboardingmdflow_create_document("onboarding-checklist.md")↳ created in Onboarding/mdflow_update_document_sharing(public: true)↳ https://mdflow.cz/share/k3f9…✓ done — a clean shared page + its .md twin
every model already speaks markdown
Plain text with just enough structure. Headings, lists, and code fences carry meaning a model can parse — so instead of guessing how your content is organized, the structure is explicit. That's why every major model reads and writes it natively.
agents can discover MDflow on their own
MDflow publishes machine-readable files so a capable agent can find the docs, the control surface, and the rules — without a human wiring it up.
Discovery index — points agents to the docs, API, MCP server, and pricing.
Self-contained control manual — auth, every MCP tool, and the REST endpoints on one page.
Machine-readable plan limits, so an agent can tell what a workspace allows.
A2A discovery beacon — interfaces, security scheme, and skills.
Append .md to any share URL for YAML frontmatter plus the body in one request.
what teams build on agent-controlled markdown
A knowledge base agents can read
Folder descriptions give scoped context, and get_context retrieves the right documents on a topic — retrieval without a separate vector store.
Agents that write for you
Meeting notes, specs, and changelogs created straight into the right folder — not pasted back for you to file by hand.
Prompt & context libraries
Keep reusable prompts, specs, and style guides as Markdown your agent pulls on demand, every run.
Publish agent output
An agent writes a document, flips on a public link, and hands a human a clean page — or its .md twin for the next agent.
- 1Rank folder descriptions — the primary signal.
- 2Then folder names and document titles.
- 3Fetch the best-matching bodies — up to 10 docs, 50k chars each.
agent access on Pro
Writing and the editor are free. Agent control — the HTTP API, the remote MCP server, and Personal Access Tokens — is part of Pro: €4.99/month with a 7-day free trial.
- [x]5 markdown files
- [x]5 image uploads
- [x]Public sharing links
- [x]Commenting
- [x]Unlimited markdown files
- [x]10,000 image uploads
- [x]Full HTTP API access
- [x]Remote MCP server
markdown for AI agents — FAQ
Why is Markdown the best format for AI agents?
Which AI agents and tools work with MDflow?
Can an AI agent create and edit my documents, or only read them?
What is the MDflow MCP server?
https://mdflow.cz/api/mcp exposing 16 tools for your workspace. It's hosted and remote (Streamable HTTP), so there's nothing to install — a local stdio server is available too.Do I need to run anything locally?
How does an agent know what's in my workspace?
mdflow_get_context ranks them first, then titles, then returns the best-matching document bodies — topic retrieval without a separate vector store.Is agent access free?
Is it safe to let an agent write to my workspace?
Point your agent at a workspace built for it.
Sign in with Google, create a folder, and write Markdown that people and AI agents can read. The free plan needs no card; agent access is on Pro.