Skip to content

Commit 9856802

Browse files
authored
chore(doc): instructions for cursor setup (#201)
Signed-off-by: Marc Nuri <[email protected]>
1 parent c6349f4 commit 9856802

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,25 @@ code --add-mcp '{"name":"kubernetes","command":"npx","args":["kubernetes-mcp-ser
9090
code-insiders --add-mcp '{"name":"kubernetes","command":"npx","args":["kubernetes-mcp-server@latest"]}'
9191
```
9292

93+
### Cursor
94+
95+
Install the Kubernetes MCP server extension in Cursor by pressing the following link:
96+
97+
[![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/install-mcp?name=kubernetes-mcp-server&config=JTdCJTIyY29tbWFuZCUyMiUzQSUyMm5weCUyMC15JTIwa3ViZXJuZXRlcy1tY3Atc2VydmVyJTQwbGF0ZXN0JTIyJTdE)
98+
99+
Alternatively, you can install the extension manually by editing the `mcp.json` file:
100+
101+
```json
102+
{
103+
"mcpServers": {
104+
"kubernetes-mcp-server": {
105+
"command": "npx",
106+
"args": ["-y", "kubernetes-mcp-server@latest"]
107+
}
108+
}
109+
}
110+
```
111+
93112
### Goose CLI
94113

95114
[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)