Section
Overview
Protocol
Commands
Reference
AI Access
AI & LLM access
Read these docs from an agentEvery page is also served as Markdown, indexed for LLMs, and exposed by an MCP server. Point your agent at whichever fits: a page's Markdown twin, the llms.txt index, or the MCP server.
Markdown twins
Any page as clean MarkdownAppend .md to a doc URL, or send Accept: text/markdown on the page URL. Both return the page as Markdown, with links rewritten to the other .md pages.
EXAMPLE
# the .md twin of any page
curl https://medius.k4tech.net/library/clip.md
# or content negotiation on the page URL
curl -H "Accept: text/markdown" https://medius.k4tech.net/library/clipllms.txt
The index and the full corpus/llms.txt lists every page as a Markdown link, following the llms.txt convention; /llms-full.txt is the whole documentation in one file.
MCP server
Search and fetch the docs from a coding agentA read-only MCP server at https://medius.k4tech.net/mcp (Streamable HTTP, no auth). It exposes search and fetch for ChatGPT deep research, plus search_docs, get_page, and list_pages for other clients.
CLAUDE CODE
claude mcp add --transport http medius-docs https://medius.k4tech.net/mcpCURSOR / WINDSURF / VS CODE
{
"mcpServers": {
"medius-docs": { "url": "https://medius.k4tech.net/mcp" }
}
}CLAUDE DESKTOP / CLAUDE.AI / CHATGPT
Add a custom connector with the URL https://medius.k4tech.net/mcp.