Command Palette

Search for a command to run...

UnylyUnyly
Browse all

K8s Mcp Agent

FreeNot checked

A simple MCP server and LangGraph based Agent to manage Kubernetes environment

GitHubEmbed

About

A simple MCP server and LangGraph based Agent to manage Kubernetes environment

README

Kubernetes MCP Agent

A simple MCP server and LangGraph based agent to manage Kubernetes environment.

Available Tools

  • get pods
  • get pod logs
  • restart deployment
  • scale deployment
  • detect crashloop

Local testing

  • Start minikube (single-node kubernetes cluster)
minikube start
  • Start MCP server
cd k8s-mcp-server/
python3 mcp_server.py
  • Update Groq api key in k8s-agent/mcp_langgraph_client.py line 17

  • Start LangGraph Agent

cd k8s-agent/
python3 mcp_langgraph_client.py
  • Start chatting with the Agent
User> get pods in default namespace

Agent>


Here are the pods in the `default` namespace:

- **mcp-k8s-server-6f579b5dd7-99gcq**
  Status: Running | Node: minikube |
All pods are currently running on the `minikube` node. Let me know if you'd like details about a specific pod!

User> get logs for pod mcp-k8s-server-6f579b5dd7-99gcq

Agent>

Integrate with Claude

  • Integrate MCP server with Claude using config file.

from github.com/sbcd90/k8s-mcp-agent

Installing K8s Mcp Agent

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/sbcd90/k8s-mcp-agent

FAQ

Is K8s Mcp Agent MCP free?

Yes, K8s Mcp Agent MCP is free — one-click install via Unyly at no cost.

Does K8s Mcp Agent need an API key?

No, K8s Mcp Agent runs without API keys or environment variables.

Is K8s Mcp Agent hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install K8s Mcp Agent in Claude Desktop, Claude Code or Cursor?

Open K8s Mcp Agent on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare K8s Mcp Agent with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs