Station 0.25.0 🚂
Welcome to Station 0.25.0! This release includes improvements to the AI infrastructure platform that makes MCP servers as easy to discover, configure, and deploy as Docker containers.
Installation
One-liner install:
curl -sSL https://getstation.cloudshipai.com | bashOr with specific version:
curl -sSL https://getstation.cloudshipai.com | bash -s -- --version v0.25.0Manual download:
Download the appropriate binary for your platform from the assets below.
Go install:
go install github.com/cloudshipai/station/cmd/main@v0.25.0Changelog
🚀 Features
- ff6ad4b: feat: add cloudshipai as default AI provider (@epuerta9)
- 5578545: feat: add top-tier tool-calling models for CloudShip AI (@epuerta9)
- 39d552b: feat: integrate CloudShip AI auth flow into stn init (@epuerta9)
🐛 Bug fixes
What's Station?
Station transforms complex MCP server setup from hours of configuration into a 30-second guided wizard. Think of it as the "package manager for AI agents."
Key Features:
- 🧙 AI-powered MCP server discovery from GitHub URLs
- 📋 Interactive configuration wizards with validation
- 🚀 One-command deployment from repo to running server
- 🤖 Revolutionary AI agent platform with smart context management
- 🔒 Enterprise security with local and remote deployment modes
Getting Started
# Initialize Station
stn init
# Discover and deploy any MCP server from GitHub
stn load https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem
# Access admin interface
ssh admin@localhost -p 2222Full Changelog: v0.24.10...v0.25.0