Deploy and manage your stacks on Kubernetes with a simple command-line interface. Lissto lets you convert docker-compose files into Kubernetes resources and manage them across multiple environments.
brew install lissto-dev/tap/lisstoDownload pre-built binaries from the releases page.
Connect to your Lissto API server:
# Login (interactive)
lissto login# Create a blueprint from docker-compose
lissto blueprint create docker-compose.yaml
# List blueprints
lissto blueprint list
# Create a stack from a blueprint (interactive)
lissto create
# View status across all environments (interactive)
lissto status
# View logs (interactive)
lissto logs
# View help for any command
lissto --helpLissto includes a Model Context Protocol (MCP) server that lets AI assistants like Claude and Cursor manage your infrastructure.
Quick Setup:
- Add to your MCP settings (e.g.,
~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"lissto": {
"command": "lissto",
"args": ["mcp"]
}
}
}- Restart your AI assistant
Your AI can now manage environments, blueprints, stacks, view logs, and more through natural language.
Learn more: See MCP.md for detailed setup and capabilities.
- MCP Integration - Model Context Protocol setup for AI assistants
- Development Guide - Building and contributing to Lissto CLI
- Documentation: https://docs.lissto.dev
- Issues: GitHub Issues