Mogplex Docs
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

  • mogplex launches 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 list shows the discovered slash-command registry for the current environment.
  • ~/.mogplex/config.toml, ~/.mogplex/auth.json, and project files like AGENTS.md shape 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

If you want shared configuration, repo import, or workflow authoring, start in the web app.

Edit on GitHub

On this page