Skip to content

Commit 7872910

Browse files
committed
doc(readme): add blog links for extra context
1 parent 9e68070 commit 7872910

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

README.md

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ https://github.com/user-attachments/assets/be2b67b3-fc1c-4d11-ae46-93deba8ed98e
1313

1414
A powerful and flexible Kubernetes MCP server implementation with support for OpenShift.
1515

16-
- **✅ Configuration**: View and manage the Kubernetes `.kube/config`.
16+
- **✅ Configuration**: View and manage the [Kubernetes `.kube/config`](https://blog.marcnuri.com/where-is-my-default-kubeconfig-file).
1717
- **View** the current configuration.
1818
- **✅ Generic Kubernetes Resources**: Perform operations on any Kubernetes resource.
1919
- Any CRUD operation (Create or Update, Get, List, Delete).
@@ -30,16 +30,35 @@ A powerful and flexible Kubernetes MCP server implementation with support for Op
3030

3131
#### Using npx
3232

33-
If you have npm installed, this is the fastest way to get started with `kubernetes-mcp-server`.
33+
If you have npm installed, this is the fastest way to get started with `kubernetes-mcp-server` on Claude Desktop.
34+
3435

3536
Open your `claude_desktop_config.json` and add the mcp server to the list of `mcpServers`:
3637
``` json
3738
{
3839
"mcpServers": {
39-
"kubernetes-mcp": {
40+
"kubernetes": {
4041
"command": "npx",
4142
"args": ["-y", "kubernetes-mcp-server@latest"]
4243
}
4344
}
4445
```
4546

47+
### Goose CLI
48+
49+
[Goose CLI](https://blog.marcnuri.com/goose-on-machine-ai-agent-cli-introduction) is the easiest (and cheapest) way to get rolling with artificial intelligence (AI) agents.
50+
51+
#### Using npm
52+
53+
If you have npm installed, this is the fastest way to get started with `kubernetes-mcp-server`.
54+
55+
Open your goose `config.yaml` and add the mcp server to the list of `mcpServers`:
56+
```yaml
57+
extensions:
58+
kubernetes:
59+
command: npx
60+
args:
61+
- -y
62+
- kubernetes-mcp-server@latest
63+
64+
```

0 commit comments

Comments
 (0)