Overview
While cmd’s agent mode can autonomously take on complex tasks, you might prefer to bring in an external agent.Setting up Claude Code gives you access to powerful agentic capabilities through cmd’s native interface in Xcode.
Prerequisites
Before configuring Claude Code in cmd, you need to have Claude Code installed and set up on your system.Install Claude Code
Follow the official setup guide to install Claude Code.
Configuring Claude Code in cmd
Once Claude Code is installed and configured, you can enable it in cmd:Configuration
cmd should automatically detect where Claude Code is installed on your system.Otherwise, or if you need specific launch arguments, you can manually specify how to launch Claude Code
- Click “Add Provider” or “Configure” for Claude Code
- Provide the path to the Claude Code binary
- Optionally, specify a custom command if you use a specific way to run Claude Code
Example: Using mise
Example: Using mise
If you run Claude Code via
mise, you can specify:Example: Direct binary path
Example: Direct binary path
If you have Claude Code installed in a specific location:
Example: npm global install
Example: npm global install
If installed via npm globally:

