@launchpad-kr/mcp
v0.1.8
Published
Launchpad MCP Server - Model Context Protocol server for Launchpad platform integration
Maintainers
Readme
@launchpad-kr/mcp
MCP (Model Context Protocol) server for Launchpad.kr - Deploy and manage containerized applications through LLM tools.
Installation
npm install -g @launchpad-kr/mcpQuick Start
Run the interactive setup:
launchpad-mcp initThis will:
- Collect your Launchpad credentials
- Validate and save configuration
- Set up integration with Claude Code and/or Cursor
- Guide you through next steps
After setup, restart your LLM tool to use the MCP server.
Commands
launchpad-mcp init # Interactive setup wizard
launchpad-mcp mcp # Start MCP server (for manual use)
launchpad-mcp -h # Show help
launchpad-mcp --version # Show versionConfiguration
Automatic (Recommended)
Use the init command for guided setup.
Manual
Credentials are stored in ~/.launchpad/config.json:
{
"email": "[email protected]",
"password": "your_password"
}Or use environment variables:
export LAUNCHPAD_EMAIL="[email protected]"
export LAUNCHPAD_PASSWORD="your_password"What Can You Do?
The MCP server provides 37 tools for complete platform control:
- 🚀 Deploy and manage projects & containers
- ⚙️ Configure environment variables & secrets
- 💾 Manage persistent volumes
- 🌐 Set up networking and domains
- 📊 Monitor deployments and view logs
- 📦 Use templates for quick starts
- 🔗 GitHub integration for private repos
Supported LLM Tools
- Claude Code - Automatic integration via
initcommand - Cursor - Automatic integration via
initcommand
Supported Platforms
- macOS (Intel & Apple Silicon)
- Linux (x64 & ARM64)
- Windows (x64)
Links
License
MIT
