Skip to content
Grok

Talos Linux MCP Server for Grok

io.github.nosmoht/talos-mcp-server

MCP server for Talos Linux — resources, services, logs, health, config, lifecycle via gRPC.

client:Grok transport:stdio runtime:npm

Install Talos Linux MCP Server in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "talos-mcp-server": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Talos Linux MCP Server in other clients