Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcp K8s Manager

    Un MCP server per la gestione di cluster Kubernetes su AKS (Azure Kubernetes Service), utilizzabile da Claude Desktop. Offre strumenti per eseguire comandi `kubectl` e `kubectx` direttamente da un'interfaccia conversazionale.

    4 stars
    Python
    Updated Jul 17, 2025

    Table of Contents

    • Requisiti
    • Installazione locale
    • Avvio del server MCP
    • Tool
    • Installazione su Claude Desktop
    • Licenza

    Table of Contents

    • Requisiti
    • Installazione locale
    • Avvio del server MCP
    • Tool
    • Installazione su Claude Desktop
    • Licenza

    Documentation

    mcp-k8s-manager

    Un MCP server per la gestione di cluster Kubernetes su AKS (Azure Kubernetes Service), utilizzabile da Claude Desktop. Offre strumenti per eseguire comandi kubectl e kubectx direttamente da un'interfaccia conversazionale.

    ---

    Requisiti

    Assicurati di avere installato:

    • Python ≥ 3.10
    • kubectl
    • kubectx
    • Azure CLI
    • Claude Desktop

    ---

    Installazione locale

    1. Clona il repository:

    bash
    git clone https://github.com/crtdaniele/mcp-k8s-manager
    cd mcp-k8s-manager

    2. Crea e attiva un ambiente virtuale:

    bash
    python -m venv venv
    source venv/bin/activate

    3. Installa le dipendenze:

    bash
    pip install -r requirements.txt

    4. (Facoltativo) Aggiorna il file requirements.txt dopo aver aggiunto nuove librerie:

    bash
    pip freeze > requirements.txt

    Avvio del server MCP

    Per eseguire il server MCP in modalità sviluppo con hot reload:

    bash
    mcp dev main.py

    Per eseguire il server in modalità normale:

    bash
    mcp run main.py

    Tool

    Tool disponibili:

    • run_kubectx:

    Cambia contesto Kubernetes usando kubectx.

    • run_kubectl:

    Esegue comandi kubectl. È possibile cambiare contesto prima con kubectx.

    Installazione su Claude Desktop

    bash
    mcp install main.py

    Oppure configura manualmente il file settings.json (Claude Desktop > Settings > Advanced):

    bash
    {
      "mcpServers": {
        "mcp-k8s-manager": {
          "command": "/opt/homebrew/bin/uv",
          "args": [
            "run",
            "--with",
            "mcp[cli]",
            "mcp",
            "run",
            "your-local-path/main.py"
          ]
        }
      }
    }

    Licenza

    MIT License.

    © 2025 Daniele Carta

    Contribuire

    Pull request benvenute!

    Segnala bug o richiedi funzionalità aprendo una issue.

    Similar MCP

    Based on tags & features

    • AD

      Adls Mcp Server

      Python·
      4
    • BO

      Books Mcp Server

      Python·
      5
    • CH

      Chuk Mcp Linkedin

      Python00
    • PU

      Pursuit Mcp

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • AD

      Adls Mcp Server

      Python·
      4
    • BO

      Books Mcp Server

      Python·
      5
    • CH

      Chuk Mcp Linkedin

      Python00
    • PU

      Pursuit Mcp

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k