Skip to content

Commit 57d38db

Browse files
authored
Danny/kernel 267 docs update mcp docs goose section (#28)
* Update mcp-server.mdx Installation steps for Goose Desktop + Goose CLI updated. * Update mcp-server.mdx Clean up description in 1-click install link * Fix numbered bullets One step was removed, so had to update the numbered bullets on Goose Desktop instructions.
1 parent daf11a2 commit 57d38db

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

reference/mcp-server.mdx

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -126,17 +126,15 @@ Click [here](goose://extension?cmd=npx&arg=-y&arg=mcp-remote&arg=https%3A%2F%2Fm
126126

127127
### Goose Desktop
128128

129-
1. Click `...` in the top right corner of the Goose Desktop.
130-
2. Select `Advanced Settings` from the menu.
131-
3. Under `Extensions`, click `Add custom extension`.
132-
4. On the `Add custom extension` modal, enter:
133-
- **Type**: `Streaming HTTP`
134-
- **ID**: `kernel`
135-
- **Name**: `Kernel`
129+
1. Click `Extensions` in the sidebar of the Goose Desktop.
130+
2. Click `Add custom extension`.
131+
3. On the `Add custom extension` modal, enter:
132+
- **Extension Name**: `Kernel`
133+
- **Type**: `STDIO`
136134
- **Description**: `Access Kernel's cloud-based browsers via MCP`
137-
- **URL**: `https://mcp.onkernel.com/mcp`
135+
- **Command**: `npx -y mcp-remote https://mcp.onkernel.com/mcp`
138136
- **Timeout**: `300`
139-
5. Click `Add` button.
137+
4. Click `Save Changes` button.
140138

141139
### Goose CLI
142140

@@ -145,11 +143,12 @@ Click [here](goose://extension?cmd=npx&arg=-y&arg=mcp-remote&arg=https%3A%2F%2Fm
145143
goose configure
146144
```
147145
2. Select `Add Extension` from the menu.
148-
3. Choose `Remote Extension (Streaming HTTP)`.
146+
3. Choose `Command-line Extension`.
149147
4. Follow the prompts:
150148
- **Extension name**: `Kernel`
151-
- **URL**: `https://mcp.onkernel.com/mcp`
149+
- **Command**: `npx -y mcp-remote https://mcp.onkernel.com/mcp`
152150
- **Timeout**: `300`
151+
- **Description**: `Access Kernel's cloud-based browsers via MCP`
153152

154153
## Visual Studio Code
155154

0 commit comments

Comments
 (0)