Both the CLI and the MCP server give you programmatic access to Stigg, but they’re optimized for different workflows.Documentation Index
Fetch the complete documentation index at: https://docs.stigg.io/llms.txt
Use this file to discover all available pages before exploring further.
| CLI | MCP server | |
|---|---|---|
| Best for | Scripts, CI/CD, terminal workflows | AI-assisted development in coding assistants |
| How you interact | Shell commands with flags | Natural language prompts |
| Requires | Terminal access | An AI client that supports MCP (Claude Code, Cursor, etc.) |
| Deterministic? | Yes — you write exact commands | No — the agent decides which calls to make |
| Good for automation? | Yes — scriptable and pipe-friendly | No — not designed for unattended automation |
