Whitelisted host-operations MCP server for SDL2 lab machines (service status/logs/restart, serial enumeration, local STATUS_SPEC probes). No hardware control by design.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"sdl-lab-hostops": {
"command": "uvx",
"args": [
"sdl-lab-hostops"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add sdl-lab-hostops uvx sdl-lab-hostops
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"sdl-lab-hostops": {
"command": "uvx",
"args": [
"sdl-lab-hostops"
]
}
}
}
📋 Copy
Or install with pip: pip install sdl-lab-hostops