@@ -46,7 +46,7 @@ Click [here](cursor://anysphere.cursor-deeplink/mcp/install?name=kernel&config=e
4646#### Manual setup
4747
48481 . Press ** ⌘/Ctrl Shift J** .
49- 2 . Go to ** Tools & Integrations → New MCP server** .
49+ 2 . Go to ** MCP & Integrations → New MCP server** .
50503 . Add this configuration:
5151
5252``` json
@@ -97,26 +97,22 @@ Click [here](goose://extension?cmd=npx&arg=-y&arg=mcp-remote&arg=https%3A%2F%2Fm
9797{
9898 "mcpServers" : {
9999 "kernel" : {
100- "command " : " npx " ,
101- "args " : [ " -y " , " mcp-remote " , " https://mcp.onkernel.com/mcp " ]
100+ "url " : " https://mcp.onkernel.com/mcp " ,
101+ "type " : " http "
102102 }
103103 }
104104}
105105```
106106
107- 1 . Press ** ⌘/Ctrl P** → search ** MCP: Add Server** .
108- 2 . Select ** Command (stdio)** .
109- 3 . Enter:
110- ``` bash
111- npx -y mcp-remote https://mcp.onkernel.com/mcp
112- ```
107+ 1 . Press ** ⌘/Ctrl Shift P** → search ** MCP: Add Server** .
108+ 2 . Select ** HTTP (HTTP or Server-Sent Events)** .
109+ 3 . Enter: ` https://mcp.onkernel.com/mcp `
1131104 . Name the server ** Kernel** → Enter.
114- 5 . Activate via ** MCP: List Servers → Kernel → Start Server** .
115111
116112### Windsurf
117113
1181141 . Press ** ⌘/Ctrl ,** to open settings.
119- 2 . Go to ** Cascade → MCP servers → Add custom server ** .
115+ 2 . Navigate ** Cascade → MCP servers → View raw config ** .
1201163 . Paste:
121117
122118``` json
@@ -130,20 +126,20 @@ Click [here](goose://extension?cmd=npx&arg=-y&arg=mcp-remote&arg=https%3A%2F%2Fm
130126}
131127```
132128
129+ 4 . On ** Manage MCPs** , click ** Refresh** to load Kernel MCP.
130+
133131### Zed
134132
135- Open ` settings.json ` and add:
133+ 1 . Press ** ⌘/Ctrl ,** to open settings.
134+ 2 . Paste:
136135
137136``` json
138137{
139138 "context_servers" : {
140139 "kernel" : {
141- "command" : {
142- "path" : " npx" ,
143- "args" : [" -y" , " mcp-remote" , " https://mcp.onkernel.com/mcp" ],
144- "env" : {}
145- },
146- "settings" : {}
140+ "source" : " custom" ,
141+ "command" : " npx" ,
142+ "args" : [" -y" , " mcp-remote" , " https://mcp.onkernel.com/mcp" ]
147143 }
148144 }
149145}
@@ -155,7 +151,15 @@ Many other MCP-capable tools accept:
155151
156152- ** Command:** ` npx `
157153- ** Arguments:** ` -y mcp-remote https://mcp.onkernel.com/mcp `
158- - ** Environment:** _ (none)_
154+
155+ ``` json
156+ {
157+ "kernel" : {
158+ "command" : " npx" ,
159+ "args" : [" -y" , " mcp-remote" , " https://mcp.onkernel.com/mcp" ]
160+ }
161+ }
162+ ```
159163
160164Configure these values wherever the tool expects MCP server settings.
161165
0 commit comments