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

Installation

npx -y persistproc

Configuration

{
  "mcpServers": {
    "persistproc": {
      "command": "npx",
      "args": ["-y", "persistproc"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub