License
@bourbonkk
About License
Kubernetes Control Plane Server for Managing Multiple Clusters – the central pilot for your k8s fleets
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"k8s-pilot": {
"command": "uv",
"args": [
"run",
"--with",
"mcp[cli]",
"mcp",
"run",
"k8s_pilot.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is License?
License is a lightweight, centralized control plane server that manages multiple Kubernetes clusters at once. It provides powerful tools and intuitive APIs to observe and control all clusters from a single cockpit, and is powered by the Model Context Protocol (MCP) for use with Claude AI and beyond.
How to use License?
Clone the repository, install uv (Python 3.13+ package manager), then launch the server with uv run --with mcp[cli] mcp run k8s_pilot.py. For Claude Desktop, add the provided MCP server configuration to your Claude Desktop settings, replacing <path-to-cloned-repo> with your actual repository path.
Key features of License
- Multi-cluster context switching and management
- CRUD operations on most common Kubernetes resources
- Namespace creation, deletion, and resource listing
- Node management: view, cordon, uncordon, label, taint
- Context-aware operations and seamless cluster switching
Use cases of License
- Manage multiple Kubernetes clusters from a single interface
- Create and manage Deployments, Services, Pods, ConfigMaps, Secrets, and more
- Perform namespace operations and manage resource quotas and labels
- View node details, conditions, and list pods per node
FAQ from License
What are the prerequisites to run License?
Python 3.13 or higher, the uv package manager, and access to Kubernetes clusters via ~/.kube/config or in-cluster config.
How do I use License with Claude Desktop?
Add the provided MCP server configuration to your Claude Desktop mcpServers block, using the uv command with the appropriate directory and arguments.
What Kubernetes resources can License manage?
Deployments, Services, Pods, ConfigMaps, Secrets, Ingresses, StatefulSets, DaemonSets, Roles, ClusterRoles, PersistentVolumes, and PersistentVolumeClaims.
How does License handle multiple clusters?
It supports context-aware operations, allowing you to seamlessly switch between clusters using MCP prompts.
What license is License distributed under?
License is distributed under the MIT License. See the LICENSE file for details.
Frequently asked questions
What are the prerequisites to run License?
Python 3.13 or higher, the `uv` package manager, and access to Kubernetes clusters via `~/.kube/config` or in-cluster config.
How do I use License with Claude Desktop?
Add the provided MCP server configuration to your Claude Desktop `mcpServers` block, using the `uv` command with the appropriate directory and arguments.
What Kubernetes resources can License manage?
Deployments, Services, Pods, ConfigMaps, Secrets, Ingresses, StatefulSets, DaemonSets, Roles, ClusterRoles, PersistentVolumes, and PersistentVolumeClaims.
How does License handle multiple clusters?
It supports context-aware operations, allowing you to seamlessly switch between clusters using MCP prompts.
What license is License distributed under?
License is distributed under the MIT License. See the LICENSE file for details.
Basic information
More Cloud & Infrastructure MCP servers
tfmcp: Terraform Model Context Protocol Tool
nwiizo🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integrati
Mcp K8s Go
strowkMCP server connecting to Kubernetes

HostTracker
HostTrackerHostTracker is a website and infrastructure monitoring service that has run external checks since 2004 for more than 500,000 websites. Its official MCP server lets an AI assistant operate a HostTracker account directly i
MCP Server Kubernetes
Flux159MCP Server for kubernetes management commands
K8s MCP Server
alexei-ledK8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI syste
Comments