Skip to content

feiskyer/mcp-kubernetes-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mcp-kubernetes-server

MCP server to manage Kubernetes clusters via kubectl.

How to install

Ensure kubectl is installed and added to your PATH and then config your MCP servers in Claude Desktop, Cursor, ChatGPT Copilot and other supported clients:

{
  "mcpServers": {
    "kubernetes": {
      "command": "uvx",
      "args": [
        "mcp-kubernetes-server"
      ],
      "env": {
        "KUBECONFIG": "<your-kubeconfig-path>"
      }
    }
  }
}

About

MCP server to manage Kubernetes clusters via kubectl

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages