MCP server for Talos Linux cluster management via native gRPC API. Current stable version is 2.4.3, with active development and regular releases. Connects AI agents (Claude Code, OpenAI Codex, and any MCP-compatible client) to your Talos Linux cluster without requiring a Go toolchain—the correct native binary is installed automatically via npx. Tools return structured JSON directly from the Talos gRPC API, avoiding shell-scraping and reducing token cost. Reads ~/.talos/config by default, supporting read-only mode via TALOS_MCP_READ_ONLY env var. Requires Node >= 18.
npm install talos-mcpNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to start the talos-mcp server with npx, including read-only mode and custom config path.
Use import syntax or dynamic import(). If you must use require(), pin to v1.x.
Upgrade Node to 18 or later. Check with 'node --version'.
Always use npx talos-mcp instead of global install.
Ensure Talos API users have appropriate RBAC roles; do not rely solely on this env var for security.
If you relied on the old behavior (always ~/.talos/config), set TALOS_CONFIG explicitly to that path.
Change to import { ... } from 'talos-mcp' or use dynamic import()Upgrade Node to 18 or later: nvm install 18
Run 'talosctl config merge <path>' or set TALOS_CONFIG env var to the correct config file path.
Check cluster health: 'talosctl version'; ensure endpoint is accessible from your machine.
No dependency data recorded yet.