Go SDK, CLI, and MCP server for managing BandwagonHost/bwg/搬瓦工 (KiwiVM) VPS, with command-line and programmatic access to most features.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"bwh": {
"command": "go",
"args": [
"run",
"github.com/strahe/bwh@latest"
]
}
}
}
Run in terminal:
claude mcp add bwh go run github.com/strahe/bwh@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"bwh": {
"command": "go",
"args": [
"run",
"github.com/strahe/bwh@latest"
]
}
}
}