MCP.so
ログイン

mcp-server-k8s

@chris-sun-star

mcp-server-k8s について

A simple MCP server for Kubernetes

基本情報

カテゴリ

クラウドとインフラ

ライセンス

MIT

ランタイム

python

トランスポート

stdio

公開者

chris-sun-star

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "k8s": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/mcp-server-k8s",
        "run",
        "main.py"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is mcp-server-k8s?

A simple MCP (Model Context Protocol) server for Kubernetes. Designed to be used with Claude Desktop for interacting with Kubernetes clusters.

How to use mcp-server-k8s?

Configure the server in ~/Library/Application Support/Claude/claude_desktop_config.json using the uv command with the --directory argument pointing to the server's folder and running main.py. Replace the directory path with your actual project path, then restart Claude Desktop.

Key features of mcp-server-k8s

Use cases of mcp-server-k8s

FAQ from mcp-server-k8s

What is mcp-server-k8s?

It is a simple MCP server for Kubernetes, enabling Claude Desktop to interact with Kubernetes.

How can I use it with Claude Desktop?

Add a configuration entry in the Claude Desktop config file (claude_desktop_config.json) with command uv, arguments ["--directory", "/path/to/mcp-server-k8s", "run", "main.py"].

Is mcp-server-k8s certified?

Yes, it is certified by MCPHub. For more details, visit MCPHub’s listing.

コメント

「クラウドとインフラ」の他のコンテンツ