CLI
Overview
The Mogplex CLI for interactive sessions, one-off exec runs, slash commands, and local configuration.
The Mogplex CLI (mogplex) is the local runtime for Mogplex.
Use it for interactive terminal sessions, one-off exec runs, slash-command
workflows, local MCP configuration, and repo-scoped conventions like
AGENTS.md, agent.json, and .agents/commands/.
Current surface
mogplexlaunches the interactive terminal UI and, if needed, prompts you to sign in or store an API key before the session starts.mogplex exec "<prompt>"runs a single non-interactive task.mogplex "<prompt>"also works as a shortcut for a one-off run.mogplex slash listshows the discovered slash-command registry for the current environment.~/.mogplex/config.toml,~/.mogplex/auth.json, and project files likeAGENTS.mdshape runtime behavior.
What the CLI is good at
- repo-in-place work from your terminal
- one-off review or edit tasks without opening the browser
- local slash-command workflows
- reusing models, MCP definitions, and tokens synced from your Mogplex account
Start with these workflows
- Quickstart for the first run
- Exec Mode for shell-driven one-off tasks
- Slash Commands for local control actions and custom command discovery
- Authentication for credential precedence and sign-in behavior
If you want shared configuration, repo import, or workflow authoring, start in the web app.