talos-mcp
Talos-MCP is a proof-of-concept implementation of a Model Context Protocol server using the Talos SDK to interact with multiple Talos nodes.
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.
{
"mcp": {
"servers": {
"talos": {
"type": "stdio",
"command": "/Users/qjoly/code/mcp-talos/talos-mcp",
"env": {
"TALOSCONFIG": "/Users/qjoly/code/mcp-talos/talosconfig",
}
}
}
}
}
Related MCP Servers
View all os_automation servers →DesktopCommanderMCP
by wonderwhy-er
Desktop Commander MCP is a tool that allows users to search, update, manage files, and run terminal commands using AI, without incurring API token costs.
Daytona
by daytonaio
Daytona MCP Server allows AI agents to manage and interact with Daytona sandboxes, execute commands, perform file operations, and generate preview links for web applications.
mcp-server-and-gw
by boilingdata
The MCP Gateway, Server, and Client provide a bridge from stdio to HTTP SSE endpoints, facilitating communication between local and remote servers.
Cua Agent
by trycua
cua-mcp-server is a Model Context Protocol (MCP) server for the Computer-Use Agent (CUA), enabling integration with Claude Desktop and other MCP clients.
apple-mcp
by supermemoryai
This is a collection of Apple-native tools for the Model Context Protocol (MCP) that integrates with various Apple applications to automate tasks and manage communications.
mcp-datetime
by ZeparHyfar
A datetime formatting service implemented as an MCP server for the Claude Desktop Application.
fastapi_mcp
by tadata-org
FastAPI-MCP is a tool that allows you to expose your FastAPI endpoints as Model Context Protocol (MCP) tools with built-in authentication.