Skip to main content

Prerequisites

  • Docker - Required for:
    • Jaeger - OTEL tracing backend for observability
    • Ship CLI - MCP tools for filesystem operations
    • Sandbox - Isolated container for agent code execution
    • stn up - Run environments/bundles in containers
  • AI Provider - Choose one:
    • OpenAI API Key (recommended) - gpt-5, gpt-5-mini, etc.
    • Google Gemini API Key
    • Anthropic API Key - pay-per-token billing

Step 1: Install Station

Verify the installation:

Step 2: Initialize with Your AI Provider

Anthropic OAuth Unavailable: Anthropic has restricted third-party OAuth tokens. Claude Max/Pro subscription authentication is not working until further notice. Please use API key authentication instead.
What is Ship? Ship is an MCP CLI tool that provides filesystem and development tools for Station agents.

Git-Backed Workspace (Optional)

For version-controlled agent configurations:

Step 3: Start Jaeger (Tracing)

Start the Jaeger tracing backend for observability:
Jaeger UI available at http://localhost:16686.

Step 4: Connect Your MCP Client

Verify: claude mcp listWith custom workspace:

Step 5: Start Using Station

Restart your editor. Station provides: Try your first command:

Step 6: Interactive Hands-On Tutorial (Optional)

Ready to dive deeper? Copy this prompt into your MCP client (Claude, Cursor, etc.) for a guided, interactive tour of Station’s features:
Performance Note: Faker tools generate AI-powered mock data, which can take 30-60+ seconds per call. This is normal! Real MCP tools (like Prometheus, Datadog) are much faster since they query actual APIs.

Next Steps

Create Agents

Build custom AI agents with prompts and tools

Add MCP Tools

Connect MCP servers to give your agents powerful tools

Multi-Agent Teams

Create agent hierarchies with coordinators and specialists

GitOps Workflow

Version control your agents and collaborate with your team