Process Manager MCP
JSON →Manage long-running bash processes and persist their logs.
Install
npx pm-mcp Tools · 7
- start_process Start a new process with name, command, optional description and working directory
- terminate_process Stop a specific process by ID
- terminate_all_processes Stop all managed processes
- list_processes List all processes, optionally get info for a specific process by ID
- get_logs Retrieve process logs by ID, optionally specify number of recent lines
- grep_logs Search process logs by ID using a regex pattern
- send_input Send input string to a running process by ID
Links
★ 2 GitHub stars