mcp-server-k8s
@chris-sun-star
About mcp-server-k8s
A simple MCP server for Kubernetes
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"k8s": {
"command": "uv",
"args": [
"--directory",
"/path/to/mcp-server-k8s",
"run",
"main.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 mcp-server-k8s?
A simple MCP (Model Context Protocol) server for Kubernetes. Designed to be used with Claude Desktop for interacting with Kubernetes clusters.
How to use mcp-server-k8s?
Configure the server in ~/Library/Application Support/Claude/claude_desktop_config.json using the uv command with the --directory argument pointing to the server's folder and running main.py. Replace the directory path with your actual project path, then restart Claude Desktop.
Key features of mcp-server-k8s
—
Use cases of mcp-server-k8s
—
FAQ from mcp-server-k8s
What is mcp-server-k8s?
It is a simple MCP server for Kubernetes, enabling Claude Desktop to interact with Kubernetes.
How can I use it with Claude Desktop?
Add a configuration entry in the Claude Desktop config file (claude_desktop_config.json) with command uv, arguments ["--directory", "/path/to/mcp-server-k8s", "run", "main.py"].
Is mcp-server-k8s certified?
Yes, it is certified by MCPHub. For more details, visit MCPHub’s listing.
More Cloud & Infrastructure MCP servers
Supabase MCP Server
coleam00Supabase MCP server created in Python.
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
MCP Gateway
mcp-ecosystem🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.
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
Awesome DevOps MCP Servers
rohitg00A curated list of awesome MCP servers focused on DevOps tools and capabilities.
Comments