libregistry
Registry
Models
Docker
IAM
MCP
Docs
Sign in with Google
MCP Servers
/
development
/ Process Manager MCP
Process Manager MCP
JSON →
none
★ 2
development
Manage long-running bash processes and persist their logs.
github ↗
Install
How to run this server
[ { "cmd": "npx pm-mcp", "imports": [] } ]
server path:
process-manager-mcp-2
Tools
What this server exposes
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
Configuration
Environment & auth
auth
none
Resources
github
https://github.com/patrickjm/pm-mcp ↗
Process Manager MCP — MCP Server · libregistry