Talos Linux MCP Server
MCPby Nosmoht · v2.5.1
MCP server for Talos Linux — resources, services, logs, health, config, lifecycle via gRPC.
MCP configuration
Command
Environment
TALOSCONFIGPath to talosconfig file (default: ~/.talos/config)
TALOS_CONTEXTContext name override (default: active context from config)
TALOS_ENDPOINTSComma-separated endpoint overrides
TALOS_MCP_READ_ONLYSet to "true" to disable all mutating tools (default: false)
TALOS_MCP_HTTP_ADDRIf set (e.g. ":8080"), serve Streamable HTTP instead of stdio
TALOS_MCP_AUTH_TOKENRequired bearer token when HTTP mode is active (TALOS_MCP_HTTP_ADDR is set)
TALOS_MCP_ALLOWED_NODESComma-separated IPs, hostnames, and CIDR ranges permitted as tool targets. Unset or empty allows all nodes.
TALOS_MCP_ALLOWED_PATHSComma-separated path prefixes permitted for talos_read_file and talos_list_files (e.g. /etc,/proc). Unset or empty allows all paths.
TALOS_MCP_SKIP_VERSION_CHECKSet to "true" to bypass upgrade path validation (default: false)
TALOS_MCP_RATE_LIMITHTTP mode: token-bucket refill rate in requests/second (float, default: 10)
TALOS_MCP_RATE_BURSTHTTP mode: token-bucket burst capacity (int, default: 20)
TALOS_MCP_MAX_BODY_SIZEHTTP mode: max POST request body size in bytes (int, default: 4194304 = 4 MiB)
TALOS_MCP_MAX_CONCURRENTHTTP mode: max concurrent POST handlers; returns 503 on overload (int, default: 20)
Install in one click with Zurek
Browse here, install from the native macOS app — pick targets, fill env vars, and write configs safely.