Odel
RadioChron

RadioChron

Local
@sergii-ziborov1RustMITUpdated 1w ago

Local-first Wi-Fi incident diagnostics with native BLE scan, history, and risk evidence.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmradiochron-mcpv0.6.0

Run

npx -y radiochron-mcp

MCP client config

{
  "mcpServers": {
    "radiochron": {
      "command": "npx",
      "args": [
        "-y",
        "radiochron-mcp"
      ]
    }
  }
}