mirror of
https://github.com/containers/kubernetes-mcp-server.git
synced 2025-10-23 01:22:57 +03:00
doc: add instructions for running with uvx
This commit is contained in:
@@ -116,13 +116,18 @@ In this demo, I walk you through the process of _Vibe Coding_ a simple game usin
|
||||
|
||||
The Kubernetes MCP server can be configured using command line (CLI) arguments.
|
||||
|
||||
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).
|
||||
You can run the CLI executable either by using `npx`, `uvx`, or by downloading the [latest release binary](https://github.com/manusa/kubernetes-mcp-server/releases/latest).
|
||||
|
||||
```shell
|
||||
# Run the Kubernetes MCP server using npx (in case you have npm installed)
|
||||
# Run the Kubernetes MCP server using npx (in case you have npm and node installed)
|
||||
npx kubernetes-mcp-server@latest --help
|
||||
```
|
||||
|
||||
```shell
|
||||
# Run the Kubernetes MCP server using uvx (in case you have uv and python installed)
|
||||
uvx kubernetes-mcp-server@latest --help
|
||||
```
|
||||
|
||||
```shell
|
||||
# Run the Kubernetes MCP server using the latest release binary
|
||||
./kubernetes-mcp-server --help
|
||||
|
||||
Reference in New Issue
Block a user