Skip to content

Commit

Permalink
explain installation options better
Browse files Browse the repository at this point in the history
  • Loading branch information
strowk committed Dec 14, 2024
1 parent d8e0f8f commit 3fadffc
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,14 @@ Following chat with Claude Desktop demonstrates how it looks when selected parti


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

You have several options for installation:

| | <a href="#using-smithery">Smithery</a> | <a href="#using-mcp-get">mcp-get</a> | <a href="#prebuilt-from-npm">Pre-built NPM</a> | <a href="#from-github-releases">Pre-built in Github</a> | <a href="#building-from-source">From sources</a> |
|---|---|---|---|---|---|
| Claude Setup | Auto | Auto | Manual | Manual | Manual |
| Prerequisite | Node.js | Node.js | Node.js | None | Golang |

### Using Smithery

To install MCP K8S Go for Claude Desktop automatically via [Smithery](https://smithery.ai/protocol/@strowk/mcp-k8s):
Expand All @@ -76,9 +82,9 @@ To install MCP K8S Go for Claude Desktop automatically via [mcp-get](https://mcp
npx @michaellatman/mcp-get@latest install @strowk/mcp-k8s
```

### Manually with pre-built binaries
### Manually with prebuilt binaries

#### From npm
#### Prebuilt from npm

Use this if you have npm installed and want to use pre-built binaries:

Expand Down

0 comments on commit 3fadffc

Please sign in to comment.