A markdown workspace that becomes a shared brain for you and your AI agents — 25 tools to read, write, organize, and share markdown documents at mdflow.cz. Content is organized as workspaces → folders → documents, where every folder carries a description that defines the context for the documents inside it — so agents retrieve by meaning, not by filename. What it does - Retrieve — semantic `get_context` ranks folder descriptions above names and titles and returns the best-matching document bodies; plus precise list/get across workspaces, folders, and documents. - Write — create, rename, move, and delete documents, folders, and workspaces; update bodies and folder/workspace descriptions. - Share — grant, list, and revoke per-document private (email) and public shares. Ownership is enforced server-side: an agent only ever sees the authenticated user's workspace. Connect — add https://mdflow.cz/api/mcp in Claude.ai or ChatGPT and sign in (OAuth, no token to paste), or authenticate with a Personal Access Token (`Authorization: Bearer mdf_…`) from mdflow.cz/settings. Requires MDflow Pro. Docs: mdflow.cz/docs/mcp
How to connect
https://server.smithery.ai/mdflow/mdflow/mcp
curl -X POST https://server.smithery.ai/mdflow/mdflow/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'