Launch Assistant
0
Manages the lifecycle of MCP ecosystem services with integrated health monitoring and auto-restart capabilities.
About
Launch Assistant provides comprehensive lifecycle management for services within the MCP ecosystem, allowing for starting, stopping, restarting, and monitoring of various services. It features integrated health monitoring with automatic restarts for failed services, detailed process tracking, and in-memory log capture. Although robust, this service is DEPRECATED and has been replaced by `mcp-services-assistant`, which offers improved separation of concerns and enhanced LaunchAgent management for macOS system integration.
Key Features
- Auto-Restart (up to 3 attempts by default)
- Service Management (start, stop, restart, monitor)
- 0 GitHub stars
- Health Monitoring (automatic checks every 30 seconds)
- Process Tracking (PIDs, uptime, restart counts, exit codes)
- Log Capture (stdout/stderr, last 100 lines in memory)
Use Cases
- Operating as an HTTP service for remote service control and monitoring
- Automating service startup on macOS systems via LaunchAgents
- Orchestrating the lifecycle of MCP ecosystem services within a desktop environment