Skip to content

v0.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Jun 21:48
· 1 commit to master since this release

MCP Kubernetes Server v0.1.0

This release contains the MCP (Model Context Protocol) server for Kubernetes operations.

Changelog

New Features

Bug Fixes

Refactoring

Other

Installation

Download Binary

Download the appropriate binary for your platform from the assets above.

macOS/Linux

# Make executable
chmod +x mcp-k8s
# Move to PATH
sudo mv mcp-k8s /usr/local/bin/

Windows

Add the executable to your PATH or place it in a directory that's already in your PATH.

Requirements

A kubeconfig providing access to a kubernetes cluster (if you can kubectl you can use this MCP)

Usage

The MCP server is designed to be used with Claude and other MCP clients:

# Run the server (communicates via stdio)
mcp-k8s

# Install with Claude Code
claude mcp add k8s mcp-k8s

# Use inspector to browse (requires nodejs)
npx @modelcontextprotocol/inspector mcp-k8s

Full Changelog: ...v0.1.0