mirror of
https://github.com/containers/kubernetes-mcp-server.git
synced 2025-10-23 01:22:57 +03:00
doc: instructions for VS Code
This commit is contained in:
15
README.md
15
README.md
@@ -57,6 +57,21 @@ Open your `claude_desktop_config.json` and add the mcp server to the list of `mc
|
||||
}
|
||||
```
|
||||
|
||||
### VS Code / VS Code Insiders
|
||||
|
||||
Install the Kubernetes MCP server extension in VS Code Insiders by pressing the following link:
|
||||
|
||||
[<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)
|
||||
|
||||
Alternatively, you can install the extension manually by running the following command:
|
||||
|
||||
```shell
|
||||
# For VS Code
|
||||
code --add-mcp '{"name":"kubernetes","command":"npx","args":["kubernetes-mcp-server@latest"]}'
|
||||
# For VS Code Insiders
|
||||
code-insiders --add-mcp '{"name":"kubernetes","command":"npx","args":["kubernetes-mcp-server@latest"]}'
|
||||
```
|
||||
|
||||
### Goose CLI
|
||||
|
||||
[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.
|
||||
|
||||
Reference in New Issue
Block a user