/ Directory / Playground / k8m
● Community weibaohui ⚡ Instant

k8m

by weibaohui · weibaohui/k8m

Lightweight cross-platform Mini Kubernetes AI Dashboard with built-in MCP server and multi-cluster management.

k8m is a Model Context Protocol server by weibaohui. Lightweight cross-platform Mini Kubernetes AI Dashboard with built-in MCP server and multi-cluster management. See the source repo for setup, supported clients, and configuration details.

Why use it

Key features

Live Demo

What it looks like in practice

k8m-mcp.replay ▶ ready
0/0

Install

Pick your client

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "k8m-mcp": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/weibaohui/k8m"
      ]
    }
  }
}

Open Claude Desktop → Settings → Developer → Edit Config. Restart after saving.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "k8m-mcp": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/weibaohui/k8m"
      ]
    }
  }
}

Cursor uses the same mcpServers schema as Claude Desktop. Project config wins over global.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "k8m-mcp": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/weibaohui/k8m"
      ]
    }
  }
}

Click the MCP Servers icon in the Cline sidebar, then "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "k8m-mcp": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/weibaohui/k8m"
      ]
    }
  }
}

Same shape as Claude Desktop. Restart Windsurf to pick up changes.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "k8m-mcp",
      "command": "TODO",
      "args": [
        "See README: https://github.com/weibaohui/k8m"
      ]
    }
  ]
}

Continue uses an array of server objects rather than a map.

~/.config/zed/settings.json
{
  "context_servers": {
    "k8m-mcp": {
      "command": {
        "path": "TODO",
        "args": [
          "See README: https://github.com/weibaohui/k8m"
        ]
      }
    }
  }
}

Add to context_servers. Zed hot-reloads on save.

claude mcp add k8m-mcp -- TODO 'See README: https://github.com/weibaohui/k8m'

One-liner. Verify with claude mcp list. Remove with claude mcp remove.

Use Cases

Real-world ways to use k8m

Use k8m for its primary workflow

👤 Developers using AI coding agents ⏱ ~10 min beginner

When to use: You need the capability: Lightweight cross-platform Mini Kubernetes AI Dashboard with built-in MCP server and multi-cluster management.

Prerequisites
  • MCP server installed — See https://github.com/weibaohui/k8m for install instructions
Flow
  1. Install
    Install k8m following the README at https://github.com/weibaohui/k8m✓ Copied
    → MCP server appears in your client's available tools/skills
  2. Invoke
    Use k8m to complete the task described in its docs.✓ Copied
    → Agent calls the relevant tool/skill and returns a result

Outcome: Working integration with the capabilities advertised by the project.

Pitfalls
  • README is the source of truth; details here may lag upstream — Check https://github.com/weibaohui/k8m for the latest setup steps and tool list

More

Resources

📖 Read the official README on GitHub

🐙 Browse open issues

🔍 Browse all 400+ MCP servers and Skills