Skip to main content
FlowMCP provides its complete documentation as single-file downloads optimized for AI agent context windows.

Documentation Files

FileContentUse Case
Docs llms.txtPractical documentation — schemas, agents, CLI, MCP serverBuilding with FlowMCP
Spec llms.txtFull technical specification — validation rules, format definitions, constraintsImplementing FlowMCP-compatible tools

Usage

Feed the appropriate file to your AI agent for full FlowMCP context:
# For building with FlowMCP (practical)
https://docs.flowmcp.org/llms.txt

# For implementing FlowMCP internals (technical)
https://github.com/FlowMCP/flowmcp-spec/blob/main/spec/v3.0.0/llms.txt
The docs llms.txt is sufficient for most use cases. Use the spec llms.txt only when you need detailed validation rules or format constraints.