MCP server for Talos Linux — resources, services, logs, health, config, lifecycle via gRPC.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
talos-mcp · npm · 2.5.1
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$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.5.1",
"packages": [
{
"registryType": "npm",
"identifier": "talos-mcp",
"version": "2.5.1",
"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": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-06-16T09:08:11.354906Z",
"publishedAt": "2026-06-16T09:08:11.354906Z",
"updatedAt": "2026-06-16T09:08:11.354906Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 2.5.1last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.