talos-mcp-server

bryanjbelanger/talos-mcp-server
★ 0 stars Go API Integration Updated today
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
View on GitHub → 🔍 Audit Wallet Slippage →

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"
      ]
    }
  }
}