MCP server for Talos Linux: cluster bring-up as one thin typed tool over the official machine API, with the talos-cluster skill for VirtualBox
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"talos-mcp-server": {
"command": "go",
"args": [
"run",
"github.com/bryanjbelanger/talos-mcp-server@latest"
]
}
}
}
Run in terminal:
claude mcp add talos-mcp-server go run github.com/bryanjbelanger/talos-mcp-server@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"talos-mcp-server": {
"command": "go",
"args": [
"run",
"github.com/bryanjbelanger/talos-mcp-server@latest"
]
}
}
}