Background Process MCP
JSON →A server that provides background process management capabilities, enabling LLMs to start, stop, and monitor long-running command-line processes.
Install
npx @waylaidwanderer/background-process-mcp@latest Tools · 6
- start_process Starts a new process in the background.
- stop_process Stops a running process.
- clear_process Clears a stopped process from the list.
- get_process_output Gets the recent output for a process. Can specify head for the first N lines or tail for the last N lines.
- list_processes Gets a list of all processes being managed by the Core Service.
- get_server_status Gets the current status of the Core Service.
★ 10 GitHub stars