Skip to content

Commit 4e95e97

Browse files
committed
Fix link, add available tools to guide
1 parent aa9fb0e commit 4e95e97

1 file changed

Lines changed: 24 additions & 4 deletions

File tree

mcp.mdx

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,33 @@ description: "Access Kernel's cloud-based browsers via MCP"
55

66
The **Kernel Model Context Protocol (MCP) server** gives any compatible AI model or agent a **single, secure endpoint** for launching Chromium browsers, injecting context, evaluating JavaScript, and streaming DOM snapshots from Kernel's cloud platform.
77

8-
**Open-source & fully-managed** — the source code is available [here](https://github.com/onkernel/kernel-mcp-server). It allows you to connect to Kernel's cloud-based browsers on-demand via MCP.
8+
**Open-source & fully-managed** — the source code is available [here](https://github.com/onkernel/kernel-mcp-server). It allows you to connect to Kernel's cloud-based browser infrastructure via MCP.
99

10-
### Endpoint
10+
## Endpoint
1111

1212
| Transport | Endpoint | Notes |
1313
| :-------------- | :----------------------------- | :------------------------------------------------ |
14-
| Streamable HTTP | `https://mcp.onkernel.com/mcp` | Primary (SSE is disabled due to Vercel timeouts). |
14+
| Streamable HTTP | `https://mcp.onkernel.com/mcp` | Primary (SSE is disabled due to Vercel timeouts) |
15+
16+
## Available Tools
17+
The server provides these tools for AI assistants:
18+
19+
### Kernel Apps
20+
- `list_apps` - List applications in your Kernel workspace
21+
- `invoke_action` - Execute actions in Kernel applications
22+
- `get_deployment` - Get deployment status and logs
23+
- `list_deployments` - List all deployments
24+
- `get_invocation` - Get action invocation details
25+
26+
### Browser Automation
27+
- `create_browser` - Launch a new browser session
28+
- `get_browser` - Get browser session information
29+
- `delete_browser` - Terminate a browser session
30+
- `list_browsers` - List active browser sessions
31+
32+
### Documentation & Search
33+
- `search_docs` - Search Kernel platform documentation and guides
34+
1535

1636
## Setup Instructions
1737

@@ -191,4 +211,4 @@ For the MCP server, only encrypted refresh tokens and minimal metadata required
191211

192212
**Where do I file bugs or feature requests?**
193213

194-
Open an issue at `https://github.com/onkernel/mcp-feedback` or message us on [Discord](https://discord.gg/FBrveQRcud).
214+
Open an issue at `https://github.com/onkernel/kernel-mcp-server` or message us on [Discord](https://discord.gg/FBrveQRcud).

0 commit comments

Comments
 (0)