Skip to main content

Command Overview

Station CLI (stn) provides commands for managing agents, MCP servers, and deployments.

Core Commands

stn init

Initialize Station configuration.

stn serve

Start the Station server.

stn up

Start Station in a Docker container.

stn down

Stop the Station container.

Agent Commands

stn agent create

Create a new agent.

stn agent run

Execute an agent.

stn agent list

List all agents.

MCP Commands

stn mcp list

List MCP configurations.

stn mcp tools

List available MCP tools.

stn mcp status

Show MCP configuration status.

stn sync

Sync file-based configurations.

Bundle Commands

stn bundle create

Create a bundle from an environment.

stn bundle install

Install a bundle.
Sources can be:
  • CloudShip bundle UUID
  • URL to bundle file
  • Local file path

stn bundle share

Upload a bundle to CloudShip.

Utility Commands

stn status

Show Station server status.

stn logs

Show container logs.

stn jaeger

Manage Jaeger telemetry.

stn config

Manage configuration.

Global Flags

These flags work with any command:

Examples