Skip to content

Commit f57f203

Browse files
committed
doc: instructions for VS Code
1 parent 9b9a32f commit f57f203

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Diff for: README.md

+15
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,21 @@ Open your `claude_desktop_config.json` and add the mcp server to the list of `mc
5757
}
5858
```
5959

60+
### VS Code / VS Code Insiders
61+
62+
Install the Kubernetes MCP server extension in VS Code Insiders by pressing the following link:
63+
64+
[<img alt="Install in VS Code Insiders" src="https://img.shields.io/badge/VS_Code_Insiders-VS_Code_Insiders?style=flat-square&label=Install%20Server&color=24bfa5">](https://insiders.vscode.dev/redirect?url=vscode-insiders%3Amcp%2Finstall%3F%257B%2522name%2522%253A%2522kubernetes%2522%252C%2522command%2522%253A%2522npx%2522%252C%2522args%2522%253A%255B%2522-y%2522%252C%2522kubernetes-mcp-server%2540latest%2522%255D%257D)
65+
66+
Alternatively, you can install the extension manually by running the following command:
67+
68+
```shell
69+
# For VS Code
70+
code --add-mcp '{"name":"kubernetes","command":"npx","args":["kubernetes-mcp-server@latest"]}'
71+
# For VS Code Insiders
72+
code-insiders --add-mcp '{"name":"kubernetes","command":"npx","args":["kubernetes-mcp-server@latest"]}'
73+
```
74+
6075
### Goose CLI
6176

6277
[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.

0 commit comments

Comments
 (0)