irskep/persistproc
MCP server + command line tool that allows agents to see & control long-running processes like web servers. Start, stop, restart, read logs.
Quick Start
Clone the repository:
git clone https://github.com/irskep/persistprocClaude Desktop configuration example:
{
"mcpServers": {
"persistproc": {
"command": "npx",
"args": [
"-y",
"irskep/persistproc"
]
}
}
}Check the repository README for specific installation and configuration instructions.