Skip to main content
Coding AgentsPython

irskep/persistproc

MCP server + command line tool that allows agents to see & control long-running processes like web servers. Start, stop, restart, read logs.

coding-agentslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/irskep/persistproc

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Coding Agents
Language
Python
Author
irskep