sdl-lab-hostops

AccelerationConsortium/sdl-lab-hostops
★ 0 stars Python Other Updated 4d ago
Whitelisted host-operations MCP server for SDL2 lab machines (service status/logs/restart, serial enumeration, local STATUS_SPEC probes). No hardware control by design.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sdl-lab-hostops": {
      "command": "uvx",
      "args": [
        "sdl-lab-hostops"
      ]
    }
  }
}

Or install with pip: pip install sdl-lab-hostops