MCP server that provisions cloud-like VMs (IMDS, vTPM, immutable mkosi image, Kubernetes sysext) for the Giant Swarm agent platform
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"vm-manager": {
"command": "go",
"args": [
"run",
"github.com/giantswarm/vm-manager@latest"
]
}
}
}
Run in terminal:
claude mcp add vm-manager go run github.com/giantswarm/vm-manager@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"vm-manager": {
"command": "go",
"args": [
"run",
"github.com/giantswarm/vm-manager@latest"
]
}
}
}