Skip to content

Commit b25dadf

Browse files
rohitg00ipedrazas
andauthored
Added kubectl mcp server (github#23)
* Added kubectl mcp server * Update server.yaml We need this change to be able to configure the volume to add a `.kube/config` into the container running the MCP --------- Co-authored-by: Ivan Pedrazas <[email protected]>
1 parent 9bd9585 commit b25dadf

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: kubectl-mcp-server
2+
image: mcp/kubectl-mcp-server
3+
type: server
4+
meta:
5+
category: devops
6+
tags:
7+
- kubectl-mcp-server
8+
- kubernetes
9+
- kubectl
10+
- devops
11+
about:
12+
title: Kubectl MCP Server
13+
description: MCP Server that enables AI assistants to interact with Kubernetes clusters via kubectl operations.
14+
icon: https://avatars.githubusercontent.com/u/13629408?s=200&v=4
15+
source:
16+
project: https://github.com/rohitg00/kubectl-mcp-server
17+
run:
18+
volumes:
19+
- '{{kubectl-mcp-server.kubeconfig}}:/root/.kube'
20+
config:
21+
description: The MCP server is allowed to access this path
22+
parameters:
23+
type: object
24+
properties:
25+
kubeconfig:
26+
type: string
27+
default:
28+
$HOME/.kube
29+
required:
30+
- kubeconfig

0 commit comments

Comments
 (0)