MDflow is a markdown workspace where folders hold markdown documents and each folder's description defines the context for the documents inside it. The remote MCP server (Streamable HTTP at https://mdflow.cz/api/mcp) lets AI agents search context and read, create, update, move, and share markdown documents and folders. Authenticate with a Personal Access Token via the Authorization: Bearer mdf_... header. Docs: https://mdflow.cz/docs/mcp
Server Config
{
"mcpServers": {
"mdflow": {
"url": "https://mdflow.cz/api/mcp",
"headers": {
"Authorization": "Bearer mdf_your_token_here"
}
}
}
}