B

Background Job

1-Click Ready

Enables coding agents to execute long-running shell commands asynchronously with full process manage...

395 views
2 installs
Updated Nov 21, 2025
Audited
Tools I Recommend
Enables coding agents to execute long-running shell commands asynchronously with full process management capabilities.

Tools

get_job_status

Get the current status of a background job. Args: job_id: The UUID of the job to check Returns: The current status of the job (running, completed, failed, or killed)

list_jobs

List all background jobs with their status. Returns a list of all background jobs, including their job ID, status, command, and start time. Jobs are sorted by start time (newest first).

get_job_output

Get the complete stdout and stderr output of a job. Args: job_id: The UUID of the job to get output from Returns: ProcessOutput containing the complete stdout and stderr content

execute_command

Execute a command as a background job and return job ID. Args: command: Shell command to execute in the background Returns: ExecuteOutput containing the job ID (UUID) of the started job

kill_job

Kill a running background job. Args: job_id: The UUID of the job to terminate Returns: KillOutput indicating the result of the kill operation

Quick Start

View on GitHub

More for Automation

View All →

More for Developer Tools

View All →

Similar MCP Servers

B

Background Process Manager

Provides background process management capabilities, enabling LLMs to start, stop, and monitor long-running command-line processes.

Monitoring Automation

Report Issue

Thank you! Your issue report has been submitted successfully.