Process Manager MCP
JSON →Manage system processes (start, stop, restart, monitor) via an MCP interface with automatic cleanup.
Tools · 8
- allow-start-process Allow specific processes to be created
- start-process Start a new process with specified script and arguments
- delete-process Stop and remove a process by ID.The default signal is SIGTERM, but SIGKILL(force killing) will be sent after 10 seconds unless the process exits.
- restart-process Restart an existing process by ID
- get-process-info Get detailed information about a process
- list-processes List all currently managed processes
- get-process-stdout Retrieve stdout logs from a process
- get-process-stderr Retrieve stderr logs from a process
Links
★ 3 GitHub stars