Back to Browse

Medius Docs MCP Server

by K4HVH
Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: streamable-http: https://medius.k4tech.net/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (0 strong, 3 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

Endpoint verified · Open access · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "net-k4tech-docs": {
      "url": "https://medius.k4tech.net/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Medius Documentation

Documentation site for Medius: the input-passthrough firmware, its binary control protocol, and the medius Rust library.

Built with SolidJS and MidnightUI.

Sections

  • Native API -- The binary control protocol and how the box behaves. Covers the hardware, transport, frame format, injection model, and every command (opcodes 0x01-0x15).
  • Rust Library -- API reference for the medius crate: connecting, the command bindings, keepalive and reconnect, and the async / mock / flash / tracing features.
  • Bindings -- The C ABI and Python bindings over the same crate.
  • Dashboard -- The in-browser box dashboard: connect, view device info, update firmware, recover, and a console.
  • AI Access -- Using the docs with an AI assistant: per-page Markdown twins, llms.txt, and the MCP server.

Development

Prerequisites

Setup

bun install

Dev Server

bun run dev

Open http://localhost:3000.

Build

bun run build

Output goes to dist/.

Tech Stack

Deployment

CI builds the app and a multi-arch container on every push to main and publishes it to ghcr.io/k4hvh/medius-docs. Run it with Docker:

docker run --rm -p 3000:3000 ghcr.io/k4hvh/medius-docs:latest

docker-compose.yml runs the same image. The container builds with Bun and serves dist/ on port 3000.

Reviews

No reviews yet

Be the first to review this server!