iiRecord
Agentic AI Atlas · Kubernetes MCP Server
tool-server:mcp-kubernetes-locala5c.ai
II.
ToolServer JSON

tool-server:mcp-kubernetes-local

Structured · live

Kubernetes MCP Server json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-servers/mcp-iac-platform.yamlCluster · extensions
Record JSON
{
  "id": "tool-server:mcp-kubernetes-local",
  "_kind": "ToolServer",
  "_file": "extensions/tool-servers/mcp-iac-platform.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Kubernetes MCP Server",
    "description": "MCP server for Kubernetes cluster management supporting local clusters such as\nminikube, kind, and K3s. Enables AI agents to manage deployments, services,\npods, namespaces, and resources through natural language via kubectl.\n",
    "protocol": "mcp",
    "category": "cloud",
    "repoUrl": "https://github.com/Flux159/mcp-server-kubernetes",
    "maintainer": "Community",
    "mcpTransports": [
      "mcp-transport:stdio"
    ]
  },
  "outgoingEdges": [
    {
      "from": "tool-server:mcp-kubernetes-local",
      "to": "tool:minikube",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-kubernetes-local",
      "to": "tool:kind",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-kubernetes-local",
      "to": "tool:k3s",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-kubernetes-local",
      "to": "domain:devops",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}