Skip to content
Cursor

MimiOps mcp server for Kubernetes for Cursor

io.github.sergelogvinov/mimiops-mcp

MimiOps is an opinionated MCP server for Kubernetes

client:Cursor transport:stdio runtime:oci

Install MimiOps mcp server for Kubernetes in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mimiops-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/sergelogvinov/mimiops-mcp:v0.4.0"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MimiOps mcp server for Kubernetes in other clients