Supervisord MCP
JSON →A tool for managing Supervisord processes, integrated with AI agents via the Model Context Protocol (MCP). It offers standardized process control, real-time monitoring, and robust operations.
Install
pip install supervisord-mcp Tools · 9
- add_process Add a new process (requires config reload)
- start_process Start a process
- stop_process Stop a process
- restart_process Restart a process
- list_processes List all processes
- get_process_status Get detailed process status
- get_logs Retrieve process logs (stdout/stderr)
- get_system_info Get Supervisord system information
- reload_config Reload Supervisord configuration
Links
★ 4 GitHub stars