Talos Linux MCP Server✓
io.github.Nosmoht/talos-mcp-server · v2.3.5
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Nosmoht/talos-mcp-server",
"description": "MCP server for Talos Linux — resources, services, logs, health, config, lifecycle via gRPC.",
"title": "Talos Linux MCP Server",
"repository": {
"url": "https://github.com/Nosmoht/talos-mcp-server",
"source": "github"
},
"version": "2.3.5",
"packages": [
{
"registryType": "npm",
"identifier": "talos-mcp",
"version": "2.3.5",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to talosconfig file (default: ~/.talos/config)",
"name": "TALOSCONFIG"
},
{
"description": "Context name override (default: active context from config)",
"name": "TALOS_CONTEXT"
},
{
"description": "Comma-separated endpoint overrides",
"name": "TALOS_ENDPOINTS"
},
{
"description": "Set to \"true\" to disable all mutating tools (default: false)",
"name": "TALOS_MCP_READ_ONLY"
},
{
"description": "If set (e.g. \":8080\"), serve Streamable HTTP instead of stdio",
"name": "TALOS_MCP_HTTP_ADDR"
},
{
"description": "Required bearer token when HTTP mode is active (TALOS_MCP_HTTP_ADDR is set)",
"name": "TALOS_MCP_AUTH_TOKEN"
},
{
"description": "Comma-separated IPs, hostnames, and CIDR ranges permitted as tool targets. Unset or empty allows all nodes.",
"name": "TALOS_MCP_ALLOWED_NODES"
},
{
"description": "Comma-separated path prefixes permitted for talos_read_file and talos_list_files (e.g. /etc,/proc). Unset or empty allows all paths.",
"name": "TALOS_MCP_ALLOWED_PATHS"
},
{
"description": "Set to \"true\" to bypass upgrade path validation (default: false)",
"name": "TALOS_MCP_SKIP_VERSION_CHECK"
},
{
"description": "HTTP mode: token-bucket refill rate in requests/second (float, default: 10)",
"name": "TALOS_MCP_RATE_LIMIT"
},
{
"description": "HTTP mode: token-bucket burst capacity (int, default: 20)",
"name": "TALOS_MCP_RATE_BURST"
},
{
"description": "HTTP mode: max POST request body size in bytes (int, default: 4194304 = 4 MiB)",
"name": "TALOS_MCP_MAX_BODY_SIZE"
},
{
"description": "HTTP mode: max concurrent POST handlers; returns 503 on overload (int, default: 20)",
"name": "TALOS_MCP_MAX_CONCURRENT"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}