Agent♥︎Age
Catalog

io.github.RohitYajee8076/backburner

Official

by RohitYajee8076 · Python

Run long shell commands as background tasks: start them, keep working, collect the results later

backburner MCP Server (io.github.RohitYajee8076/backburner)

This MCP server runs long shell commands as background tasks. It can start a long job, keep it working after the client is closed, and collect results later. It is described as durable and restart-proof, supporting both Windows and Unix, and positioning tasks for AI agents via Model Context Protocol.

🛠️ Key Features

  • Background tasks for AI agents
  • Jobs can outlive the conversation
  • Results collected later after starting a long job
  • Durable & restart-proof behavior
  • “Zero Infrastructure” claim
  • MCP tasks noted as of 2026-07-28
  • Supports Windows & Unix

🚀 Use Cases

  • Execute slow work for AI agents without blocking the session
  • Start a command, disconnect the client, and resume to retrieve results

⚡ Developer Benefits

  • Fits MCP workflows for background execution
  • Handles long-running shell work with later result retrieval

⚠️ Limitations

  • Only described as running long shell commands in the provided material; no further constraints are specified.

Topics

ai-agentsbackground-jobsclaudemcpmcp-servermodel-context-protocolpython