Mimi Ops is an opinionated MCP server for Kubernetes
MCPpedia last refreshed this data
io.github.sergelogvinov/mimiops-mcp is an MCP server that mimi Ops is an opinionated MCP server for Kubernetes. Its tool list has not been published yet over stdio and sse, requires no API key, and scores 37/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-sergelogvinov-mimiops-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
There are many ways to manage Kubernetes workloads, but there are also many ways to break them by accident. We have already seen cases where AI agents did something that we did not expect. Giving an AI agent full access to Kubernetes can be risky, especially when it can create, update, or delete resources directly.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in cloud
MCP Server for GCP environment for interacting with various Observability APIs.
Evidence-grounded agent memory with mandatory provenance, on local SQLite or Cloudflare D1
Azure DevOps boards, repos, pipelines & projects for AI agents — governed.
Manage BlazingCDN from AI agents: CDN zones, cache, metrics, domains, cloud storage and video CDN
MCP Security Weekly
Get CVE alerts and security updates for io.github.sergelogvinov/mimiops-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
There are many ways to manage Kubernetes workloads, but there are also many ways to break them by accident. We have already seen cases where AI agents did something that we did not expect. Giving an AI agent full access to Kubernetes can be risky, especially when it can create, update, or delete resources directly.
In my opinion, we need to provide safe and well-defined tools for AI agents. These tools should limit what an agent can do, validate changes before applying them, and help prevent dangerous operations.
We also need tools that can help investigate and fix workload issues. Many workloads are already managed by well-known tools such as Argo CD, FluxCD, Helm, and other GitOps or deployment systems. An AI agent should understand who manages a resource and avoid making direct changes that can conflict with these tools.
The goal is not to give AI full control of Kubernetes. The goal is to give AI a safe interface that allows it to understand problems, suggest changes, and perform only controlled operations.
Mimi OPS is not designed to give AI agents unrestricted Kubernetes access. Instead, it provides a small set of well-known and controlled operations.
The agent can observe, investigate, and perform a limited number of safe recovery actions. More dangerous operations, such as editing arbitrary resources, applying YAML, changing secrets, or deleting persistent data are strongly restricted.
This makes Mimi OPS an opinionated interface between AI agents and Kubernetes: powerful enough for common troubleshooting, but limited enough to reduce the risk of unexpected changes.
Keep your AI on the leash.
Core tools are always registered. The names below are the MCP tool names exposed by the server:
clusters_list (multi-cluster configurations only), clusters_describe.pods_list, pods_get, pods_describe, pods_log.jobs_list, jobs_get, jobs_describe, jobs_log, jobs_create.cronjobs_list, cronjobs_get, cronjobs_describe.nodes_list, nodes_get.namespaces_list, namespaces_get.resourcequotas_list, resourcequotas_get, limitranges_list, limitranges_get, storageclasses_list, priorityclasses_list.events_get.workloads_list, workloads_get, workloads_describe.services_list, services_describe.The following additional recovery tools are registered only when --allow-destructive is enabled:
pods_delete — delete a pod so its controller can recreate it.jobs_delete — delete a Job.cronjobs_suspend, cronjobs_resume — suspend or resume scheduled runs.workloads_scale — scale a Deployment, StatefulSet, or DaemonSet.Helm tools are enabled by default with --extensions helm:
helm_list — list Helm releases.helm_status — inspect release status, revision, and related information.helm_rollback — roll back a release to its previous revision; available only with --allow-destructive.Enable FluxCD tools with --extensions fluxcd (or --extensions all). Read-only inspection tools include:
flux_gitrepositories_list, flux_gitrepositories_describe.flux_ocirepositories_list, flux_ocirepositories_describe.flux_helmreleases_list, flux_helmreleases_describe.flux_kustomizations_list, flux_kustomizations_describe.With --allow-destructive, Flux also exposes:
flux_reconcile — trigger an immediate reconciliation of a GitRepository, HelmRelease, or Kustomization.flux_reconciliation — suspend or resume a Flux HelmRelease or Kustomization.brew install sergelogvinov/tap/mimiops-mcp
MimiOPS includes an MCPB manifest for clie