> ## Documentation Index
> Fetch the complete documentation index at: https://tbd-6fc993ce-hypeship-docs-website-deploy-hook.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Other Clients

> Connect any MCP-capable tool to the Kernel MCP server

Many other MCP-capable tools accept:

* **Command:** `npx`
* **Arguments:** `-y mcp-remote https://mcp.onkernel.com/mcp`

```json theme={null}
{
  "kernel": {
    "command": "npx",
    "args": ["-y", "mcp-remote", "https://mcp.onkernel.com/mcp"]
  }
}
```

Configure these values wherever the tool expects MCP server settings.
