Starting the Gateway
CLI
Desktop App
Configure the gateway port in the Helm page under the Lighthouse section.Endpoints
Once running, the gateway provides these endpoints:| Endpoint | Method | Description |
|---|---|---|
/health | GET | Health check — returns 200 if the gateway is running |
/tools | GET | List all available tools across your docked servers |
/servers | GET | List all running MCP servers |
/mcp | POST | JSON-RPC endpoint for MCP protocol messages |
/sse | GET | Server-sent events stream for real-time updates |
Example
Configuration
The default port is3100. Change it in the CLI with --port or in the config file:
The gateway enables CORS by default, allowing cross-origin requests from web applications.

