Skip to content

For LLMs

We provide our complete documentation as a compact text file — optimized for AI agents and LLMs.

Copy the following block into your AI chat to load all relevant context files:

# FlowMCP — Complete documentation for LLMs
https://flowmcp.github.io/llm/llms.txt
# FlowMCP Framework — Technical foundation (Schemas, Agents, MCP Server)
https://flowmcp.github.io/docs/llms.txt
# FlowMCP Specification v3.0.0
https://raw.githubusercontent.com/FlowMCP/flowmcp-spec/main/spec/v3.0.0/llms.txt

An llms.txt file is a compact summary of documentation in a machine-readable format. It allows AI agents to capture the entire documentation in one step — without visiting each page individually.

FileContent
FlowMCP llms.txtProject overview, vision, all docs pages with brief description
FlowMCP Docs llms.txtTechnical details on schemas, agents, MCP servers
FlowMCP Spec llms.txtFormal specification of the schema format (v3.0.0)

For deeper technical details, we recommend the FlowMCP documentation.