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 💡
Medinios/SuricataMCP
A Model Context Protocol Server enabling MCP clients to use Suricata for network traffic analysis through programmatic tools.
@kukapay/whattimeisit-mcp
A lightweight MCP server that returns the current time based on the user's IP address.
mcp-server-notify
Send system notification when Agent task is done.
lazy-toggl-mcp
A Model Context Protocol (MCP) server for interacting with Toggl time tracking
openrpc-mcp-server
An MCP server that provides JSON-RPC functionality, allowing users to call and discover methods on OpenRPC-compliant services.
alvnavraii/MCPGithub
A MCP server integrating with GitHub API for repository, branch, and pull request management.