Talos Linux MCP Server
MCP server for Talos Linux — resources, services, logs, health, config, lifecycle via gRPC.
{
"mcpServers": {
"talos-mcp-server": {
"command": "npx",
"args": [
"-y",
"talos-mcp"
],
"env": {
"TALOSCONFIG": "<talosconfig>",
"TALOS_CONTEXT": "<talos_context>",
"TALOS_ENDPOINTS": "<talos_endpoints>",
"TALOS_MCP_READ_ONLY": "<talos_mcp_read_only>",
"TALOS_MCP_HTTP_ADDR": "<talos_mcp_http_addr>",
"TALOS_MCP_AUTH_TOKEN": "<talos_mcp_auth_token>",
"TALOS_MCP_ALLOWED_NODES": "<talos_mcp_allowed_nodes>",
"TALOS_MCP_ALLOWED_PATHS": "<talos_mcp_allowed_paths>",
"TALOS_MCP_SKIP_VERSION_CHECK": "<talos_mcp_skip_version_check>",
"TALOS_MCP_RATE_LIMIT": "<talos_mcp_rate_limit>",
"TALOS_MCP_RATE_BURST": "<talos_mcp_rate_burst>",
"TALOS_MCP_MAX_BODY_SIZE": "<talos_mcp_max_body_size>",
"TALOS_MCP_MAX_CONCURRENT": "<talos_mcp_max_concurrent>"
}
}
}
}{
"mcpServers": {
"talos-mcp-server": {
"command": "npx",
"args": [
"-y",
"talos-mcp"
],
"env": {
"TALOSCONFIG": "<talosconfig>",
"TALOS_CONTEXT": "<talos_context>",
"TALOS_ENDPOINTS": "<talos_endpoints>",
"TALOS_MCP_READ_ONLY": "<talos_mcp_read_only>",
"TALOS_MCP_HTTP_ADDR": "<talos_mcp_http_addr>",
"TALOS_MCP_AUTH_TOKEN": "<talos_mcp_auth_token>",
"TALOS_MCP_ALLOWED_NODES": "<talos_mcp_allowed_nodes>",
"TALOS_MCP_ALLOWED_PATHS": "<talos_mcp_allowed_paths>",
"TALOS_MCP_SKIP_VERSION_CHECK": "<talos_mcp_skip_version_check>",
"TALOS_MCP_RATE_LIMIT": "<talos_mcp_rate_limit>",
"TALOS_MCP_RATE_BURST": "<talos_mcp_rate_burst>",
"TALOS_MCP_MAX_BODY_SIZE": "<talos_mcp_max_body_size>",
"TALOS_MCP_MAX_CONCURRENT": "<talos_mcp_max_concurrent>"
}
}
}
}npx -y talos-mcpTALOSCONFIGPath 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)
Remote MCP security gateway for auth, redaction, policy enforcement, and audit logging.
AI-powered calorie tracking with photo recognition, barcode scanning, and voice logging
Auth0 MCP Server: Manage Auth0 applications, APIs, actions, logs, and forms using natural language