← heapsort-ai

MCP server

11 items

ARTICLEDEV.to AI·4/14/2026

I built an MCP server that lets Claude debug failed cron jobs

The author built CronSignal, a cron job monitoring service, and integrated an MCP server to enable AI tools like Claude to directly debug failed jobs. This setup allows AI to interact with monitoring tools, pull diagnostics and job output, and identify issues like authentication failures without requiring manual SSH access, streamlining the debugging process.

28
ARTICLEDEV.to AI·4/24/2026

Routing 30+ image models with one MCP server

The text describes an MCP server called "prompt-to-asset" that intelligently routes requests to one of over 30 image models based on task requirements, overcoming the limitations of single-model wrappers. It highlights the complexity of building this routing logic, given the wildly different strengths of various image models, such as text rendering, transparent backgrounds, and style adherence.

27