streamable-httpupdated 10d ago
Documentation site for Medius: the input-passthrough firmware, its binary control protocol, and the medius Rust library.
What can you do with Medius Docs?
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
mediuscrate: connecting, the command bindings, keepalive and reconnect, and theasync/mock/flash/tracingfeatures. - 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
- SolidJS -- Reactive UI framework
- @solidjs/router -- Client-side routing
- Vite -- Build tool
- Bun -- Runtime and package manager
- MidnightUI -- Component library
- solid-icons -- Icons
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.
Install
Add Medius Docs to your client. Pick the one you use.
claude mcp add --transport http medius-docs https://medius.k4tech.net/mcpcodex mcp add medius-docs --url https://medius.k4tech.net/mcp{
"mcpServers": {
"medius-docs": {
"url": "https://medius.k4tech.net/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"medius-docs": {
"type": "http",
"url": "https://medius.k4tech.net/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"medius-docs": {
"url": "https://medius.k4tech.net/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"medius-docs": {
"serverUrl": "https://medius.k4tech.net/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation13/25
- Maintenance19/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 3 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jul 18, 2026 |