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.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"ubuntu-server-mcp-sa": {
"command": "npx",
"args": [
"-y",
"GuardianBob/ubuntu-server-mcp-samples"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add ubuntu-server-mcp-sa npx -y GuardianBob/ubuntu-server-mcp-samples
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"ubuntu-server-mcp-sa": {
"command": "npx",
"args": [
"-y",
"GuardianBob/ubuntu-server-mcp-samples"
]
}
}
}
📋 Copy