forked from rohitg00/awesome-claude-code-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkubernetes.json
More file actions
37 lines (37 loc) · 1.42 KB
/
kubernetes.json
File metadata and controls
37 lines (37 loc) · 1.42 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
{
"mcpServers": {
"kubectl": {
"command": "uvx",
"args": ["kubectl-mcp-server"],
"description": "270+ Kubernetes management tools: pods, deployments, services, helm, networking, RBAC, and cluster operations."
},
"kubectl-app": {
"command": "npx",
"args": ["-y", "kubectl-mcp-app"],
"description": "8 interactive UI dashboards for Kubernetes: pods, logs, deployments, helm, cluster, cost, events, network."
},
"docker": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-docker"],
"description": "Manage Docker containers, images, volumes, and networks for local development and testing."
},
"github": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "<your-github-pat>"
},
"description": "Manage Kubernetes manifests, Helm charts, and CI/CD workflows in GitHub repositories."
},
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "/path/to/k8s-manifests"],
"description": "Read and write Kubernetes YAML manifests, Helm values files, and Dockerfiles."
},
"memory": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-memory"],
"description": "Track cluster topology, resource relationships, and deployment decisions across sessions."
}
}
}