Skip to content

Commit e765bee

Browse files
docs(mcp-server): add Smithery connection guide (#41)
* docs(mcp-server): add Smithery connection guide * docs: update code samples from OpenAPI * docs: Clarify Smithery proxy connection text * docs(mcp-server): clarify Smithery URL copy step * style: Update Python comment style in example --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 77d269c commit e765bee

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

browsers/profiles.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ const kernelBrowser = await kernel.browsers.create({
6262
kernel_browser = await kernel.browsers.create(
6363
profile={
6464
"name": "profiles-demo",
65-
// or
66-
// "id": profile.id,
65+
# or
66+
# "id": profile.id,
6767
"save_changes": True,
6868
}
6969
)

reference/mcp-server.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,20 @@ Click [here](goose://extension?cmd=npx&arg=-y&arg=mcp-remote&arg=https%3A%2F%2Fm
145145
}
146146
```
147147

148+
### Smithery
149+
150+
You can connect directly to `https://mcp.onkernel.com/mcp`, or use Smithery as a proxy using its provided URL.
151+
152+
- Use Smithery URL in any MCP client:
153+
1. Open [Smithery: Kernel](https://smithery.ai/server/kernel).
154+
2. Copy the URL from "Get connection URL".
155+
3. Paste it into your MCP client's "Add server" flow.
156+
157+
- Use Kernel in Smithery's Playground MCP client:
158+
1. Open [Smithery Playground](https://smithery.ai/playground).
159+
2. Click "Add servers", search for "Kernel", and add it.
160+
3. Sign in and authorize Kernel when prompted.
161+
148162
### Others
149163

150164
Many other MCP-capable tools accept:

0 commit comments

Comments
 (0)