Skip to content

Commit 9e1bbb5

Browse files
authored
Merge pull request #3 from smithery-ai/add-smithery-installation
Add Smithery CLI Installation Instructions
2 parents 3e458dd + 77418cf commit 9e1bbb5

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

@@ -33,12 +34,20 @@ To use this MCP server with Claude Desktop you would firstly need to install it.
3334

3435
You have several options for installation:
3536

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

41-
2. Using pre-built binaries published in npm or building from source.
50+
3. Using pre-built binaries published in npm or building from source.
4251

4352
### Using pre-built binaries
4453

@@ -126,4 +135,3 @@ Following chat with Claude Desktop demonstrates how it looks when selected parti
126135

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

129-

0 commit comments

Comments
 (0)