K8s Install MCP Server

타임 아웃 에러 발생 가능성이 있으므로 미리 update를 수행한 후 실행할 것 ```bash $ dnf update -y ```

Local serverstdioPython

What is the K8s Install MCP MCP server?

Most cloud and infrastructure work still happens through a UI a human drives. K8s Install MCP MCP server moves it into the conversation instead. 타임 아웃 에러 발생 가능성이 있으므로 미리 update를 수행한 후 실행할 것 bash $ dnf update -y .

The tools it exposes

The server publishes 11 tools. What each one is for:

  • Rocky-8.10-x86_64-minimal.iso — Virtual Box
  • master_set_ssh — master 노드 ssh 정보 설정
  • client_set_ssh — client 노드 ssh 정보 설정
  • master_token — master의 kubeadm join 명령어($HOME의 token.txt에 저장) 반환
  • connect_test — ssh 연결 테스트
  • exec — 명령어 실행
  • update — dnf update 실행
  • setting_env — k8s 설치 환경 설정
  • k8s_master_install — master 노드 설치
  • k8s_client_install — client 노드 설치
  • k8s_client_token — master token.txt 명령어(kubeadm join) 실행

Getting it running

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

How it compares

This sits in the cloud and infrastructure group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. K8s Install MCP's toolset — Rocky-8.10-x86_64-minimal.iso, master_set_ssh, client_set_ssh and 8 more — is a fair guide to whether it matches your workflow. It is maintained by maruduck; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 11 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch K8s Install MCP.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
Rocky-8.10-x86_64-minimal.isoVirtual Box
master_set_sshmaster 노드 ssh 정보 설정
client_set_sshclient 노드 ssh 정보 설정
master_tokenmaster의 kubeadm join 명령어($HOME의 token.txt에 저장) 반환
connect_testssh 연결 테스트
exec명령어 실행
updatednf update 실행
setting_envk8s 설치 환경 설정
k8s_master_installmaster 노드 설치
k8s_client_installclient 노드 설치
k8s_client_tokenmaster token.txt 명령어(kubeadm join) 실행

How to install the K8s Install MCP MCP server

- uv 실행

```json
{
    "mcpServers": {
        "k8s": {
            "requestTimeout": 12000000000,
            "command": "uv",
            "args": ["run", "--directory $(clone 경로)\\k8s_install_mcp", "k8s-install-mcp"]
        }  
    }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use K8s Install MCP to Rocky-8.10-x86 64-minimal.iso.
  • Use K8s Install MCP to master set ssh.
  • Use K8s Install MCP to client set ssh.

Frequently asked questions

It connects K8s Install MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 11 tools (Rocky-8.10-x86_64-minimal.iso, master_set_ssh, client_set_ssh, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with K8s Install MCP directly.