MCP ExplorerExplorer

Talos Mcp

@qjolyon 10 months ago
1 MIT
FreeCommunity
AI Systems
#mcp#mcp-server#talos
A Model Context Protocol (MCP) server for Talos (POC)

Overview

What is Talos Mcp

Talos-MCP is a Model Context Protocol (MCP) server designed for Talos, serving as a proof-of-concept implementation to fetch data from multiple Talos nodes.

Use cases

Use cases for Talos-MCP include monitoring system resources across Talos nodes, managing node reboots, and facilitating data retrieval for operational insights.

How to use

To use Talos-MCP, clone the repository, build the project using Golang, and configure your MCP client with the necessary Talos configuration values in the ‘talosconfig’ file.

Key features

Key features of Talos-MCP include listing disks, network interfaces, CPU and memory usage, and rebooting nodes.

Where to use

Talos-MCP is suitable for use in environments where Talos clusters are deployed, particularly in cloud infrastructure and container orchestration scenarios.

Content

Talos-MCP

:warning: This project is in only a Proof-of-Concept and is not destined to be maintained.

Description

This is a simple implementation of a Talos MCP (Modele Context Protocol) using the Talos SDK to fetch data from multiple Talos nodes.

Features:

  • List disks
  • List network interfaces
  • List CPU and memory usage
  • Reboot nodes

Requirements

  • Golang 1.24 or higher
  • A working Talos cluster

The code is designed to use the endpoint and nodes presents in the talosconfig file. You would need to set these values in the config file.

context: mcp
contexts:
    mcp:
        endpoints: # These values are mandatory
            - 192.168.32.83
        nodes:
            - 192.168.32.83
            - 192.168.32.85
            - 192.168.32.84
        ca: x
        crt: x
        key: x

Installation

  • Clone the repository
git clone https://github.com/qjoly/talos-mcp.git
  • Change directory to the project folder
cd talos-mcp
  • Build the project
go build -o talos-mcp main.go
  • Configure your MCP Client

The following example is for the MCP client mcp-copilot but you can use any MCP client that supports the stdio protocol.

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers