File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
# MCP K8S Go
2
+ [ ![ smithery badge] ( https://smithery.ai/badge/@strowk/mcp-k8s )] ( https://smithery.ai/protocol/@strowk/mcp-k8s )
2
3
3
4
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.
4
5
@@ -30,12 +31,20 @@ To use this MCP server with Claude Desktop you would firstly need to install it.
30
31
31
32
You have several options for installation:
32
33
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:
34
43
``` bash
35
44
npx @michaellatman/mcp-get@latest install @strowk/mcp-k8s
36
45
```
37
46
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.
39
48
40
49
### Using pre-built binaries
41
50
@@ -123,4 +132,3 @@ Following chat with Claude Desktop demonstrates how it looks when selected parti
123
132
124
133
![ Claude Desktop] ( docs/images/claude-desktop-logs.png )
125
134
126
-
You can’t perform that action at this time.
0 commit comments