Back to MCP Servers
Persistproc
MCP server + command line tool that allows agents to see & control long-running processes like web servers. Start, stop, restart, read logs.
coding-agentsrestagent
By irskep
Installation
npx -y persistprocConfiguration
{
"mcpServers": {
"persistproc": {
"command": "npx",
"args": ["-y", "persistproc"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes