MCP Servers / development / Background Process MCP

Background Process MCP

JSON →
stdionone10development

A server that provides background process management capabilities, enabling LLMs to start, stop, and monitor long-running command-line processes.

Install
How to run this server
[ { "cmd": "npx @waylaidwanderer/background-process-mcp@latest", "imports": [] } ]
server path: background-process-mcp
Tools
What this server exposes
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.
Configuration
Environment & auth
authnone
Resources
Background Process MCP — MCP Server · libregistry