Skip to main content

icepick

CLI tool for managing Icepick components, agents, and tools.

Global Options

Commands

icepick create [name]

Create a new Icepick project. Arguments:
  • [name] - Project name (optional)
Example:

icepick add

Add various resources to your project.

icepick add agent <name>

Add a new agent to the project. Arguments:
  • <name> - Agent name (required)
Example:

icepick add tool <name>

Add a new tool to the project. Arguments:
  • <name> - Tool name (required)
Example:

icepick mcp

Start the Model Context Protocol server for development (should only be started by coding assistants). Example:

icepick version

Show version information. Example:

Usage Examples

Create a new project

Add an agent

Add a tool

Change working directory