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.
14
+
A powerful and flexible Kubernetes [Model Context Protocol (MCP)](https://blog.marcnuri.com/model-context-protocol-mcp-introduction) server implementation with support for OpenShift.
15
15
16
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.
@@ -32,7 +32,6 @@ A powerful and flexible Kubernetes MCP server implementation with support for Op
32
32
33
33
If you have npm installed, this is the fastest way to get started with `kubernetes-mcp-server` on Claude Desktop.
34
34
35
-
36
35
Open your `claude_desktop_config.json` and add the mcp server to the list of `mcpServers`:
37
36
```json
38
37
{
@@ -75,3 +74,24 @@ Demo showcasing how Kubernetes MCP server is leveraged by Claude Desktop to auto
The Kubernetes MCP server can be configured using command line (CLI) arguments.
80
+
81
+
You can run the CLI executable either by using `npx` or by downloading the [latest release binary](https://github.com/manusa/kubernetes-mcp-server/releases/latest).
82
+
83
+
```shell
84
+
# Run the Kubernetes MCP server using npx (in case you have npm installed)
85
+
npx kubernetes-mcp-server@latest --help
86
+
```
87
+
88
+
```shell
89
+
# Run the Kubernetes MCP server using the latest release binary
0 commit comments