MCP.so
ログイン

karmada-mcp-server

@warjiang

karmada-mcp-server について

MCP Server for karmada

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

shell

トランスポート

stdio

公開者

warjiang

設定

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

{
  "mcpServers": {
    "karmada-mcp-server": {
      "name": "karmada-mcp-server",
      "type": "stdio",
      "command": "/path/to/karmada-mcp-server",
      "args": [
        "stdio",
        "--karmada-kubeconfig=/Users/warjiang/.kube/karmada.config",
        "--karmada-context=karmada-apiserver",
        "--skip-karmada-apiserver-tls-verify"
      ]
    }
  }
}

ツール

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

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

概要

What is karmada-mcp-server?

karmada-mcp-server is an MCP server that integrates with Karmada, the open-source Kubernetes multi-cluster orchestration system. It enables MCP clients (e.g., AI agents) to connect to a Karmada control plane using standard MCP protocol.

How to use karmada-mcp-server?

Configure the server in your MCP client settings. For stdio mode, specify the path to the server binary and provide arguments for the Karmada kubeconfig file, context, and optional TLS skip. For SSE mode, provide the base URL of a running server instance.

Key features of karmada-mcp-server

  • Supports both stdio and SSE transport modes.
  • Connects to Karmada API server using kubeconfig.
  • Allows skipping TLS verification for development setups.

Use cases of karmada-mcp-server

FAQ from karmada-mcp-server

コメント

「その他」の他のコンテンツ