You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A powerful and flexible Kubernetes MCP server implementation with support for OpenShift.
15
15
16
-
-**✅ Configuration**: View and manage the Kubernetes `.kube/config`.
16
+
-**✅ Configuration**: View and manage the [Kubernetes `.kube/config`](https://blog.marcnuri.com/where-is-my-default-kubeconfig-file).
17
17
-**View** the current configuration.
18
18
-**✅ Generic Kubernetes Resources**: Perform operations on any Kubernetes resource.
19
19
- Any CRUD operation (Create or Update, Get, List, Delete).
@@ -30,16 +30,35 @@ A powerful and flexible Kubernetes MCP server implementation with support for Op
30
30
31
31
#### Using npx
32
32
33
-
If you have npm installed, this is the fastest way to get started with `kubernetes-mcp-server`.
33
+
If you have npm installed, this is the fastest way to get started with `kubernetes-mcp-server` on Claude Desktop.
34
+
34
35
35
36
Open your `claude_desktop_config.json` and add the mcp server to the list of `mcpServers`:
36
37
```json
37
38
{
38
39
"mcpServers": {
39
-
"kubernetes-mcp": {
40
+
"kubernetes": {
40
41
"command": "npx",
41
42
"args": ["-y", "kubernetes-mcp-server@latest"]
42
43
}
43
44
}
44
45
```
45
46
47
+
### Goose CLI
48
+
49
+
[Goose CLI](https://blog.marcnuri.com/goose-on-machine-ai-agent-cli-introduction) is the easiest (and cheapest) way to get rolling with artificial intelligence (AI) agents.
50
+
51
+
#### Using npm
52
+
53
+
If you have npm installed, this is the fastest way to get started with `kubernetes-mcp-server`.
54
+
55
+
Open your goose `config.yaml` and add the mcp server to the list of `mcpServers`:
0 commit comments