MCP Server
Active
io.github.bryanjbelanger/talos-mcp-server MCP Server
io.github.bryanjbelanger/talos-mcp-server
What is the io.github.bryanjbelanger/talos-mcp-server MCP server?
Talos Linux cluster operations as one thin MCP tool over the official machine API.
How to install io.github.bryanjbelanger/talos-mcp-server
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"talos-mcp-server": {
"command": "https://github.com/bryanjbelanger/talos-mcp-server/releases/download/v1.1.2/talos-mcp-server-1.1.2.mcpb",
"args": []
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"talos-mcp-server": {
"command": "https://github.com/bryanjbelanger/talos-mcp-server/releases/download/v1.1.2/talos-mcp-server-1.1.2.mcpb",
"args": []
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"talos-mcp-server": {
"command": "https://github.com/bryanjbelanger/talos-mcp-server/releases/download/v1.1.2/talos-mcp-server-1.1.2.mcpb",
"args": []
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"talos-mcp-server": {
"type": "stdio",
"command": "https://github.com/bryanjbelanger/talos-mcp-server/releases/download/v1.1.2/talos-mcp-server-1.1.2.mcpb",
"args": []
}
}
}Claude Code
claude mcp add talos-mcp-server -- https://github.com/bryanjbelanger/talos-mcp-server/releases/download/v1.1.2/talos-mcp-server-1.1.2.mcpbRelated MCP servers
VirtualBox and VMware Fusion/Workstation behind one provider-neutral MCP tool surface.
View repository →