ubuntu-server-mcp-samples

GuardianBob/ubuntu-server-mcp-samples
★ 0 stars Unknown language DevOps Updated today
Dual-stack (TypeScript + Python, wire-identical) Model Context Protocol server, run on the dev box, reaching the host over **Webmin XML-RPC** + the **Docker Engine API tunneled over SSH**
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ubuntu-server-mcp-sa": {
      "command": "npx",
      "args": [
        "-y",
        "GuardianBob/ubuntu-server-mcp-samples"
      ]
    }
  }
}