This page is about the documentation MCP server, which serves these pages. It is not the Exo API MCP server, which serves your knowledge graph. Different URL, different purpose. For that one, see Integrations.
Add the docs as an MCP server
Read any page as Markdown
Append.md to any URL on this site and you get the source, with no navigation, no styling and no HTML to strip:
llms.txt
The site is hand-authored for a model rather than auto-generated: at 80 operations, Mintlify’s automaticllms-full.txt would silently truncate past its 100,000-character cap, so Exo ships its own index plus one file per tab instead of a single dump.
Start from
llms.txt to let a model decide what it needs, then either fetch individual pages as .md or pull the one shard that covers what you are doing. None of these five files can silently truncate: they are committed, not generated on request.
Copy this page into an assistant
Every page carries a menu in its header with Copy page, View as Markdown, and options to open the page directly in ChatGPT or Claude. When you are stuck on one endpoint, that is faster than any of the above.Why this exists
Exo’s whole argument is that an agent works better when it can read the thing it needs instead of reconstructing it from memory. Documentation an agent can ingest cleanly is the smallest honest version of that claim, so we ship it.Next
Integrations
Connect your agent to your own knowledge graph, not just to these docs.
MCP tool reference
What the Exo tools do once your agent is connected.