Skip to main content
The Kernel MCP server exposes your account’s objects as MCP resources. List URIs return collections, and templated URIs return one object.
ResourceDescription
browsers://List browser sessions.
browsers://{sessionId}Read one browser session.
browser-pools://List browser pools.
browser-pools://{idOrName}Read one browser pool by ID or name.
profiles://List browser profiles.
profiles://{profileName}Read one browser profile by name.
apps://List deployed apps.
apps://{appName}Read one deployed app by name.
Use resources when your client needs read-only context. Use the matching manage_* tool when you need to create, update, delete, acquire, release, or invoke something.