Medius Docs
net.k4tech/docsMedius docs: the binary control protocol, device behavior, and the medius Rust library.
Tools · 5
List every Medius documentation page (path, title, section). Start here to see what the docs cover.
Return the full Markdown of one documentation page by its path, e.g. "/library/clip" or "/native/commands/inject".
Full-text search the Medius docs. Returns ranked pages with a snippet; follow up with get_page for the full Markdown.
Search the Medius documentation and return matching pages. Use the returned id with the fetch tool to read a page.
Fetch the full Markdown of one documentation page by its id (the id returned by search).
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"medius_docs": {
"url": "https://medius.k4tech.net/mcp",
"transport": "streamable-http"
}
}
}