mcp-crontab-server
If you are the rightful owner of mcp-crontab-server 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 Crontab Explorer is a terminal-based UI for exploring and monitoring crontab entries using the Model Context Protocol (MCP).
MCP Crontab Explorer is a tool designed to provide an intuitive interface for inspecting scheduled tasks, checking their status, and viewing recent logs directly from the terminal. It employs a client-server architecture, where the server handles system access and the client manages presentation. This separation ensures clean code organization and maintainable components. The server, implemented using the FastMCP library, registers tools and exposes them via HTTP endpoints, while the client uses HTTP requests to communicate with the server and displays results using the Rich library.
Features
- Rich Terminal UI: Beautiful tables and formatted output
- Log Viewing: See recent cron job execution logs
- Search Functionality: Find crontab entries containing specific terms
Tools
show_scheduled_task_summary
Show most recent related cron log output
search_crontab_entries
Search for crontab entries containing a specific term
check_server_status
Check the status of the MCP server