Skip to content

Command Line Interfaces

For users comfortable with the terminal. All CLI options require npx producer-pal or equivalent MCP configuration.

CLIProviderCostNotes
Gemini CLIGoogleFree tier (strict limits)Best free option
Codex CLIOpenAISubscriptionGPT models
Claude CodeAnthropicSubscriptionClaude models

Quick Start

All CLI tools use similar MCP configuration:

json
{
  "mcpServers": {
    "producer-pal": {
      "command": "npx",
      "args": ["-y", "producer-pal"]
    }
  }
}

See individual guides for specific setup steps.

Released under the MIT License.