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
@@ -33,12 +34,20 @@ To use this MCP server with Claude Desktop you would firstly need to install it.
33
34
34
35
You have several options for installation:
35
36
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:
37
46
``` bash
38
47
npx @michaellatman/mcp-get@latest install @strowk/mcp-k8s
39
48
```
40
49
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.
42
51
43
52
### Using pre-built binaries
44
53
@@ -126,4 +135,3 @@ Following chat with Claude Desktop demonstrates how it looks when selected parti
126
135
127
136
![ Claude Desktop] ( docs/images/claude-desktop-logs.png )
128
137
129
-
You can’t perform that action at this time.
0 commit comments