CLI Reference
Configuration flags, transport modes, and bridge tunneling.
CLI Options
The elemm-gateway executable accepts the following configuration flags:
| Flag | Default | Description |
|---|---|---|
url (positional) | — | Optional URL to auto-connect on startup |
--name | elemm-gateway | Custom MCP server name |
--verbose | false | Enable debug-level logging to stderr |
--transport | stdio | Transport mechanism: stdio or sse |
--host | 0.0.0.0 | Host address for the SSE server |
--port | 8000 | Port for the SSE server |
--bridge | — | Target SSE server URL for bridge mode (stdio <-> SSE tunnel) |
Bridge Mode
Bridge mode allows connecting multiple stdio-only AI agents (Claude Desktop, Cursor, VS Code) to a single, central gateway:
bash
python3 -m elemm_gateway.cli --bridge http://localhost:8000/sseThis guarantees seamless Multi-Agent Session Isolation and access to centralized telemetry.