Add the docs MCP server
The site runs a Model Context Protocol server athttps://docs.leeroo.com/mcp. It exposes search and retrieval over every published page, so an agent can look up “how do I set the evaluation directory” and quote the configuration reference rather than invent a key.
- Claude Code
- Codex CLI
- Cursor
Read any page as Markdown
Every page is also served as plain Markdown, which is the form agents fetch on their own:https://docs.leeroo.com/llms.txtlists every page with its title and description.https://docs.leeroo.com/llms-full.txtholds the full text of the whole site in one file.- Append
.mdto any page URL, or sendAccept: text/markdown, to get that page alone.
Teach the agent to run Kapso, not only to read about it
The docs give an agent the facts. The Kapso skill gives it the procedure: oneSKILL.md per agent, for Claude Code, Codex and OpenCode, that has it verify the install with kapso doctor, write a goal with a metric in it, launch the campaign in the background and hand you kapso watch. In our runs it removed every rubric failure and cut the tool calls by more than half; the page has the numbers and the install commands.
Kapso and coding agents, the other way round
Kapso itself drives Claude Code and Codex as the engine that implements each experiment inside a campaign. That is a different topic: see coding agents in Kapso for how those sessions are launched, sandboxed and scored.Related
Quickstart
Your first campaign in under ten minutes
Installation
The package, the coding-agent CLIs, and
kapso doctorKapso skill for coding agents
One SKILL.md that has the agent run Kapso correctly
pip install leeroo-kapso · Every page as plain text: llms.txt.