-
-
Notifications
You must be signed in to change notification settings - Fork 168
Expand file tree
/
Copy pathmcp.yaml
More file actions
56 lines (48 loc) · 1.29 KB
/
mcp.yaml
File metadata and controls
56 lines (48 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
name: kubectl-mcp-server
framework: fastmcp-python
version: "1.13.0"
description: "A Model Context Protocol (MCP) server for Kubernetes with 127+ tools, 8 resources, and 8 prompts. Enables AI assistants like Claude, Cursor, and Windsurf to interact with Kubernetes clusters through natural language."
author: rohitghumare64
email: ghumare64@gmail.com
tools:
get_pods:
name: get_pods
description: List pods in a namespace or across all namespaces
enabled: true
type: basic
get_deployments:
name: get_deployments
description: List deployments in a namespace
enabled: true
type: basic
kubectl_apply:
name: kubectl_apply
description: Apply Kubernetes manifests
enabled: true
type: basic
helm_list:
name: helm_list
description: List Helm releases
enabled: true
type: basic
helm_install:
name: helm_install
description: Install Helm charts
enabled: true
type: basic
get_rbac_rules:
name: get_rbac_rules
description: Get RBAC rules for a namespace
enabled: true
type: basic
diagnose_pod:
name: diagnose_pod
description: Diagnose pod issues
enabled: true
type: basic
secrets:
kubernetes:
enabled: true
provider: kubernetes
secretName: kubectl-mcp-secrets
namespace: kubectl-mcp