mctl is a self-service Kubernetes platform that automates infrastructure management via natural language. It integrates GitOps (ArgoCD), secrets management (Vault), and automated service onboarding into
a unified set of 30+ MCP tools. Engineering teams can deploy, scale, and monitor their clusters directly from Claude, Cursor, or Gemini without manual CLI operations.
Server Config
{
"mcpServers": {
"mctl": {
"type": "http",
"url": "https://api.mctl.ai/mcp",
"headers": {
"Authorization": "Bearer <YOUR_GITHUB_TOKEN>"
}
}
}
}