- Step1: Clone the repository (`git clone https://github.com/steipete/claude-code-mcp`).
- Step2: Install dependencies (`pip install -r requirements.txt`).
- Step3: Export your Anthropic API key (`export ANTHROPIC_API_KEY=your_key`).
- Step4: Run a command, e.g., `python cli.py generate --prompt "Create a REST API endpoint in Flask"`.
- Step5: Review the generated code and use `edit` or `diff` commands as needed.
- Step6: Save or extend conversation context with built-in memory providers.