Elemm
HomeDocsFAQ
Star on GitHub
HomeDocsFAQ
Star on GitHub
Docs
Getting StartedWhat is Elemm?Core InstallationMCP Client SetupDocker Deployment
PlatformDashboard & ObservabilityConfiguration Reference
ProtocolThe Discovery ProtocolThe 9 Core ToolsSequence Engine & Data PipingResponse Hygiene
GatewayMulti-Protocol SupportSecurity (Guardian)Vault — AuthenticationProduction & VPS SecurityCLI Reference
DeveloperBuilding Landmark ServersExposing Landmark ServersSmartRepair & Error CodesPydantic & Smart UnboxingDeclarative YAML Configuration

CLI Reference

Configuration flags, transport modes, and bridge tunneling.

CLI Options

The elemm-gateway executable accepts the following configuration flags:

FlagDefaultDescription
url (positional)—Optional URL to auto-connect on startup
--nameelemm-gatewayCustom MCP server name
--verbosefalseEnable debug-level logging to stderr
--transportstdioTransport mechanism: stdio or sse
--host0.0.0.0Host address for the SSE server
--port8000Port 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/sse

This guarantees seamless Multi-Agent Session Isolation and access to centralized telemetry.

Elemm Logo

The Landmark Manifest. Exposing system interfaces natively to AI agents.

Framework

HomeAboutDocumentation

Community

GitHubDiscordPyPI Package

Legal

License: GPLv3© 2026 Marc Stöcker
elemm.dev — Infrastructure for the Agentic Web.