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.
Servidores relacionados
Remote MCP Server on Cloudflare
An MCP server designed to run on Cloudflare Workers, featuring OAuth login support for secure access.
Alpha Vantage MCP Server
Provides real-time financial market data using the Alpha Vantage API.
CloudStack MCP Server
Integrate with Apache CloudStack to manage cloud resources directly from your desktop.
Google Ads MCP
Manage Google Ads campaigns and reporting using the Google Ads API.
OpenRouter
Access over 400 AI models from OpenRouter's collection.
Presso
AI-powered analytics platform connecting e-commerce and marketing data (GA4, Google Ads, Meta Ads, Shopify, Search Console) to AI assistants via MCP.
1Password Credential Retrieval Server
Securely retrieve credentials from 1Password for use by Agentic AI.
Kaltura MCP Server
A server for performing secure, read-only operations on the Kaltura API.
Stripe
Interact with Stripe API
Authless Remote MCP Server
An authentication-free, remote MCP server designed for easy deployment on Cloudflare Workers.