Skip to content

Commit 42b7443

Browse files
authored
Merge pull request #2 from michaellatman/devin/1733904850-add-mcp-get-install
docs: add mcp-get installation instructions
2 parents dc5e3b2 + b776b96 commit 42b7443

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,14 @@ tools/inspector/run.sh
2828

2929
To use this MCP server with Claude Desktop you would firstly need to install it.
3030

31-
You have two options at the moment - use pre-built binaries published in npm or build it from source, in which case names of binaries might differ.
31+
You have several options for installation:
32+
33+
1. Using mcp-get (recommended):
34+
```bash
35+
npx @michaellatman/mcp-get@latest install @strowk/mcp-k8s
36+
```
37+
38+
2. Using pre-built binaries published in npm or building from source.
3239

3340
### Using pre-built binaries
3441

@@ -70,7 +77,6 @@ Unpack the archive, which would contain binary named `mcp-k8s-go`, put that bina
7077
}
7178
```
7279

73-
7480
### Building from source
7581

7682
You would need Golang installed to build this project:
@@ -102,6 +108,11 @@ Now you should be able to run Claude Desktop and:
102108
- ask Claude to list events in a given context and namespace
103109
- ask Claude to read logs of a given pod in a given context and namespace
104110

111+
## Environment Variables
112+
113+
The following environment variables are used by the MCP server:
114+
- `KUBECONFIG`: Path to your Kubernetes configuration file (optional, defaults to ~/.kube/config)
115+
105116
### Contributing
106117

107118
Check out [CONTRIBUTION.md](./CONTRIBUTION.md) for more information on how to contribute to this project.

0 commit comments

Comments
 (0)