Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions browsers/profiles.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ const kernelBrowser = await kernel.browsers.create({
kernel_browser = await kernel.browsers.create(
profile={
"name": "profiles-demo",
// or
// "id": profile.id,
# or
# "id": profile.id,
"save_changes": True,
}
)
Expand Down
14 changes: 14 additions & 0 deletions reference/mcp-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,20 @@ Click [here](goose://extension?cmd=npx&arg=-y&arg=mcp-remote&arg=https%3A%2F%2Fm
}
```

### Smithery

You can connect directly to `https://mcp.onkernel.com/mcp`, or use Smithery as a proxy using its provided URL.

- Use Smithery URL in any MCP client:
1. Open [Smithery: Kernel](https://smithery.ai/server/kernel).
2. Copy the URL from "Get connection URL".
3. Paste it into your MCP client's "Add server" flow.

- Use Kernel in Smithery's Playground MCP client:
1. Open [Smithery Playground](https://smithery.ai/playground).
2. Click "Add servers", search for "Kernel", and add it.
3. Sign in and authorize Kernel when prompted.

### Others

Many other MCP-capable tools accept:
Expand Down