Talos Linux MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 119 installs a week from npm. Last commit 20 Aug 2026.
MCP server for Talos Linux — resources, services, logs, health, config, lifecycle via gRPC.
We read the source, 20 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
этот файл ставится пользователю, но в репозитории его нет
const result = spawnSync(binPath, process.argv.slice(2), { stdio: "inherit" });
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add talos-mcp-server -- npx -y talos-mcp
{
"mcpServers": {
"talos-mcp-server": {
"args": [
"-y",
"talos-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.talos-mcp-server]
command = "npx"
args = ["-y", "talos-mcp"]
{
"mcpServers": {
"talos-mcp-server": {
"args": [
"-y",
"talos-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"talos-mcp-server": {
"args": [
"-y",
"talos-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
TALOSCONFIG (Path to talosconfig file (default: ~/.talos/config)), TALOS_CONTEXT (Context name override (default: active context from config)), TALOS_ENDPOINTS (Comma-separated endpoint overrides), TALOS_MCP_READ_ONLY (Set to "true" to disable all mutating tools (default: false)), TALOS_MCP_HTTP_ADDR (If set (e.g. ":8080"), serve Streamable HTTP instead of stdio), TALOS_MCP_AUTH_TOKEN (Required bearer token when HTTP mode is active (TALOS_MCP_HTTP_ADDR is set)), TALOS_MCP_ALLOWED_NODES (Comma-separated IPs, hostnames, and CIDR ranges permitted as tool targets. Unset or empty allows all nodes.), TALOS_MCP_ALLOWED_PATHS (Comma-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_CHECK (Set to "true" to bypass upgrade path validation (default: false)), TALOS_MCP_RATE_LIMIT (HTTP mode: token-bucket refill rate in requests/second (float, default: 10)), TALOS_MCP_RATE_BURST (HTTP mode: token-bucket burst capacity (int, default: 20)), TALOS_MCP_MAX_BODY_SIZE (HTTP mode: max POST request body size in bytes (int, default: 4194304 = 4 MiB)), TALOS_MCP_MAX_CONCURRENT (HTTP mode: max concurrent POST handlers; returns 503 on overload (int, default: 20)).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Docker — containers, health checks, Compose, logs, monitoring for AI agents
Read-only admin MCP server for LastSaaS — dashboards, users, tenants, billing, logs, health.
Read-only MCP server for coding-agent traces, alerts, costs, usage, and budget health.
Full MCP server for MT5: access trades, logs, compilation, etc..
Health monitoring for all your MCP servers
MCP server for Yandex Metrika API — counters, goals, reports, segments, logs
Linux MCP server for real-time system monitoring - CPU, memory, disk, network, processes, Docker.
MCP server for Amazon SP-API - real-time inventory health, sales metrics, and price updates
Answers built from our own checks of this server.