kubectl-mcp-server
Chat with your Kubernetes Cluster using AI tools and IDEs like Claude and Cursor!
GitHubスター
708
ユーザー評価
未評価
お気に入り
0
閲覧数
9
フォーク
129
イシュー
13
インストール方法
難易度
上級推定所要時間
20-45 分
インストール方法
インストール方法
前提条件
必要なソフトウェアとバージョンを明記してください。Python: 3.9以上
Kubernetes: 1.18以上
インストール手順
1. リポジトリのクローン
bash
git clone https://github.com/rohitg00/kubectl-mcp-server.git
cd kubectl-mcp-server
2. 依存関係のインストール
bash
pip install -r requirements.txt
3. サーバーの起動
bash
python main.py
トラブルシューティング
よくある問題
問題: サーバーが起動しない 解決策: Pythonのバージョンを確認し、依存関係を再インストールしてください。 問題: Kubernetesクラスターに接続できない 解決策: kubeconfigファイルの設定を確認してください。関連するMCP
mcp-context-forge
2377
A Model Context Protocol (MCP) Gateway & Registry. Serves as a central management point for tools, resources, and prompts that can be accessed by MCP-compatible LLM applications. Converts REST API endpoints to MCP, composes virtual MCP servers with added security and observability, and converts between protocols (stdio, SSE, Streamable HTTP).