Skip to content
Back to search
100
MCP live MCP 2025-03-26 streamable-http

Medius Docs

net.k4tech/docs

Medius docs: the binary control protocol, device behavior, and the medius Rust library.

Uptime
100.0%
1 direct probes · 30d
Response
3481ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

list_pages

List every Medius documentation page (path, title, section). Start here to see what the docs cover.

get_page

Return the full Markdown of one documentation page by its path, e.g. "/library/clip" or "/native/commands/inject".

search_docs

Full-text search the Medius docs. Returns ranked pages with a snippet; follow up with get_page for the full Markdown.

search

Search the Medius documentation and return matching pages. Use the returned id with the fetch tool to read a page.

fetch

Fetch the full Markdown of one documentation page by its id (the id returned by search).

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "medius_docs": {
      "url": "https://medius.k4tech.net/mcp",
      "transport": "streamable-http"
    }
  }
}