mcp-daemonize

mcp-daemonize

3.3

If you are the rightful owner of mcp-daemonize and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

mcp-daemonize is a Model Context Protocol server designed to manage long-running daemons for AI agents, enabling advanced automation and debugging capabilities.

mcp-daemonize is a server that facilitates the management of long-running daemons, such as development servers, for AI agents like Claude Code and Cline. It addresses the challenge of AI agents managing continuous processes by providing an interface to start, stop, and monitor daemons without waiting for their termination. This allows AI agents to access real-time logs and perform autonomous debugging, enhancing their ability to manage development workflows. The server is particularly useful for starting and stopping development servers, viewing real-time logs, and automating workflows that require persistent background processes.

Features

  • Interface to start daemons without waiting for termination.
  • Tools to stop running daemons.
  • Real-time log viewing for running daemons.
  • Automation of development workflows with persistent processes.
  • Enhanced debugging capabilities for AI agents.

Tools

  1. daemonize_start

    Start a long-running process (such as a development server) as a daemon

  2. daemonize_stop

    Stop a running daemon by name

  3. daemonize_list

    List all currently running daemons

  4. daemonize_logs

    Retrieve the latest log from the running daemon