mcp-server-k8s
A simple MCP server for Kubernetes
https://github.com/user-attachments/assets/e36d8048-7abd-4529-8d78-086ae9cadea9
How to use this MCP server
By configuring the following contents in ~/Library/Application Support/Claude/claude_desktop_config.json, and replace the directory with real project path, you can easily use it with Claude Desktop
{
"mcpServers": {
"k8s": {
"command": "uv",
"args": [
"--directory",
"/path/to/mcp-server-k8s",
"run",
"main.py"
]
}
}
}
This mcp server is certified by MCPHub, if you are interested, you may have a look on MCPHub
Recommend MCP Servers 💡
github
GitHub's official MCP Server
mcp-internet-speed-test
The MCP Internet Speed Test is a specialized Model Context Protocol (MCP) server that enables AI models and agents to perform internet speed measurements.
qingshanyuluo/prometheus-mcp-server
简化版Prometheus MCP服务器,用于查询指标提供AI分析
deuslirio/mcp-server-whatsapp-message
An MCP server for sending WhatsApp messages via the Meta WhatsApp Business API.
godot-mcp
MCP server for interfacing with Godot game engine. Provides tools for launching the editor, running projects, and capturing debug output.
mcgravity
Fast TUI that orchestrates AI coding tools (Claude Code, Codex, Gemini) in a plan→execute→review loop. Breaks work into atomic tasks for easier verification and course-correction.