Claude Desktop
An MCP server for managing Kubernetes clusters, configured via an external JSON file.
MCP server managing Kubernetes Cluster
Claude Desktop
-
Create kube-config for accessing kubernetes cluster.
-
Build a docker image using Dockerfile.
docker build . -t mcp:0.0.1 -
Update the config
claude_desktop_config.jsonwith the following:
{
"mcpServers": {
"k8s-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"mcp:0.0.1",
"uv",
"run",
"src/main.py"
]
}
}
}
- Restart Claude desktop.
Server Terkait
Google Admin MCP
A Model Context Protocol (MCP) server enabling interaction with Google Admin APIs.
Shared Memory MCP
An example project for deploying a remote MCP server on Cloudflare Workers without authentication.
Weather MCP Server
Provides real-time weather data from the US National Weather Service API.
Bitpin Exchange
Interact with the Bitpin cryptocurrency exchange API to manage wallets, view market data, and execute orders.
ArgoCD MCP Server
Manage ArgoCD applications and resources using natural language through its API integration.
Seq MCP Server
Interact with Seq's API for logging and monitoring.
GetYourGuide
Integrate with the GetYourGuide Partner API to access travel activities and experiences.
Remote MCP Server (Authless)
An authentication-free, remote MCP server designed for deployment on Cloudflare Workers.
echo-mcp
Automatically convert any Echo API to a MCP Tool
Kaggle
Interact with the Kaggle API to access datasets, notebooks, and competitions.