Global Flags

FlagDescription
--configPath to config file
--verboseEnable verbose logging
--versionPrint version
--helpShow help

Commands

mekong mcp

Start the MCP server.
mekong mcp [--transport stdio|sse] [--port 8080]

mekong config

Manage configuration.
mekong config set <key> <value>
mekong config get <key>
mekong config list

mekong plan

Manage plans.
mekong plan create "<goal>"
mekong plan list
mekong plan status <id>

mekong task

Manage tasks.
mekong task create <plan-id> "<description>"
mekong task list [--status pending|in_progress|completed]
mekong task update <id> --status completed

mekong memory

Memory operations.
mekong memory store "<content>"
mekong memory search "<query>"

mekong doctor

Run system diagnostics.
mekong doctor

mekong agent

Sub-agent management.
mekong agent spawn "<task>"
mekong agent list

mekong mcp-call

Direct MCP tool invocation.
mekong mcp-call <tool-name> --key value