Skip to content

Commit 77418cf

Browse files
calclaviaHenry Mao
authored andcommitted
Add Smithery CLI Installation Instructions
1 parent 42b7443 commit 77418cf

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# MCP K8S Go
2+
[![smithery badge](https://smithery.ai/badge/@strowk/mcp-k8s)](https://smithery.ai/protocol/@strowk/mcp-k8s)
23

34
This project is intended as a both MCP server connecting to Kubernetes and a library to build more servers for any custom resources in Kubernetes.
45

@@ -30,12 +31,20 @@ To use this MCP server with Claude Desktop you would firstly need to install it.
3031

3132
You have several options for installation:
3233

33-
1. Using mcp-get (recommended):
34+
1. Using Smithery:
35+
36+
To install MCP K8S Go for Claude Desktop automatically via [Smithery](https://smithery.ai/protocol/@strowk/mcpk8s):
37+
38+
```bash
39+
npx @smithery/cli install @strowk/mcp-k8s --client claude
40+
```
41+
42+
2. Using mcp-get:
3443
```bash
3544
npx @michaellatman/mcp-get@latest install @strowk/mcp-k8s
3645
```
3746

38-
2. Using pre-built binaries published in npm or building from source.
47+
3. Using pre-built binaries published in npm or building from source.
3948

4049
### Using pre-built binaries
4150

@@ -123,4 +132,3 @@ Following chat with Claude Desktop demonstrates how it looks when selected parti
123132

124133
![Claude Desktop](docs/images/claude-desktop-logs.png)
125134

126-

0 commit comments

Comments
 (0)