Starting the Gateway
CLI
Desktop App
Use the dedicated Lighthouse page in the sidebar to start/stop the gateway and configure settings.Endpoints
Once running, the gateway provides these endpoints:Query Parameters
The/tools endpoint supports optional filters:
Authentication
The gateway uses bearer token authentication for remote access:- Localhost connections are always trusted — no token required
- Remote connections require
Authorization: Bearer <token>whengateway_tokenis configured - If no token is configured and the gateway is exposed to the network, a warning is logged
Configuring a token
Examples
Configuration
The gateway enables CORS by default, allowing cross-origin requests from web applications. The HTTP server starts before initializing MCP servers, so the health endpoint is available immediately.

