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.
  • 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 in-session slash command surface.
  • ~/.mogplex/config.toml and project files like AGENTS.md shape runtime behavior.
Edit on GitHub

On this page