Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ–₯️ Command Line
  3. Backburner
Backburner logo
Health: ActiveRecent health check succeeded.Last checked 9/22/2026, 10:31:49 PM

Backburner

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository2 GitHub StarsTotal stargazers on GitHub for the source repository (2 stars).Visit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "backburner": {
      "command": "uvx",
      "args": [
        "backburner-mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ–₯️ More in Command Line

Documentation Overview

backburner β€” background tasks for AI agents

Put your AI agent's slow work on the back burner. Keep cooking.

Background tasks for AI agents that outlive the conversation β€” start a long job, close the client, and the result is still waiting when you come back.

Durable & Restart-ProofΒ  β—¦ Β Zero InfrastructureΒ  β—¦ Β MCP Tasks (2026-07-28)Β  β—¦ Β Windows & Unix


πŸ“¦ PyPIΒ  β€’ Β πŸ—‚οΈ MCP RegistryΒ  β€’ Β πŸ› IssuesΒ  β€’ Β πŸ“„ MIT


πŸ“’ Updates

  • v1.0 β€” implements the official MCP Tasks extension (SEP-2663, io.modelcontextprotocol/tasks). A Tasks-capable client can turn a start_task call into a durable task and drive it with tasks/get, tasks/update, and tasks/cancel β€” the standard async-job protocol β€” while the five plain tools keep working for every other client. Built against the 2026-07-28 spec (mcp 2.0).
  • v0.2.1 β€” output with non-ASCII characters (βœ“, emoji, any non-English text) no longer crashes tasks on Windows.
  • v0.2.0 β€” exit_code is no longer reported for cancelled/timed-out tasks (it was an artifact of the kill, not a real result); new animated demo below.
  • v0.1.x β€” first release: 5 tools, task timeouts, command allow/deny policy. Listed on the official MCP Registry as io.github.RohitYajee8076/backburner.

backburner is an MCP server that gives any AI assistant β€” Claude, ChatGPT, Gemini, GitHub Copilot, Cursor, and any other MCP client β€” the ability to run long shell commands as background tasks β€” start a test suite, a build, a scrape, a batch job β€” then keep working and check back for the results, instead of sitting frozen until it finishes.

backburner demo

πŸ”₯ Why not just use my client's built-in background mode?

Because that lives inside the conversation β€” it disappears the moment the session ends. Close the chat, restart the client, reboot the laptop, and any in-session background work (and its output) is gone.

backburner keeps every task and its full output on disk (SQLite + per-task log files under ~/.backburner/), so your work outlives the session that started it:

  • Start now, collect later β€” even in a different chat. A task you launch today is still listed, with its result, in a brand-new session tomorrow.
  • Restart-proof. State survives the server, the client, and the machine restarting. Finished tasks keep their output; a task cut off by a crash is honestly marked interrupted, never silently dropped.
  • No waiting, no blocking. A 10-minute tool call no longer freezes the conversation or times out and loses the work.

See it for yourself β€” a real two-process proof (no mock-ups):

bash
python docs/demo_restart.py

It starts a job in one process, exits, then a separate process β€” which never saw the task id β€” finds the finished work waiting on disk.

Built on the MCP Tasks pattern, formalized in the 2026-07-28 spec release (SEP-2663): backburner speaks it natively (tasks/get / tasks/update / tasks/cancel) and exposes the same engine as plain tools, so it works with every client today.

🧰 Tools

ToolWhat it does
start_task(command, cwd?, timeout_seconds?)Run a shell command in the background, returns a task id immediately
task_status(task_id)working / completed / failed / cancelled / timed_out / interrupted
task_result(task_id, tail_lines?)Captured output β€” works mid-run too, so you can peek at progress
cancel_task(task_id)Kill the task and its whole process tree
list_tasks(limit?)Recent tasks, newest first

✨ Features

  • Survives restarts β€” tasks are tracked in SQLite under ~/.backburner/; output is captured to per-task log files. If the server dies mid-task, orphaned tasks are honestly marked interrupted, never silently lost.

  • Real cancellation β€” kills the full process tree (worker processes included), on Windows and Unix.

  • Peek at live progress β€” task_result on a running task returns the output so far.

  • Timeouts β€” pass timeout_seconds and a runaway task is killed and honestly marked timed_out instead of hanging forever.

  • Command policy β€” restrict what the AI may run with environment variables (regexes, comma-separated; deny always wins):

    bash
    BACKBURNER_ALLOW="^pytest,^npm (test|run build)"   # only these may run
    BACKBURNER_DENY="rm -rf,shutdown,format"           # these never run
    
  • Zero infrastructure β€” stdlib only (SQLite, subprocess, threads). No Redis, no Celery, no Docker.

  • Tested β€” a pytest suite covers the full job lifecycle: completion, failure, cancellation, timeouts, crash recovery, and the command policy.

πŸš€ Install

backburner is a standard stdio MCP server β€” it works with any MCP-compatible client, including:

Claude Code Β· Claude Desktop Β· OpenAI (ChatGPT desktop / Agents SDK) Β· Google Gemini (Gemini CLI) Β· GitHub Copilot (VS Code) Β· Cursor Β· Windsurf Β· Cline Β· Zed β€” and any other client that speaks MCP.

First install the package:

Terminal
pip install backburner-mcp

Claude Code

Terminal
claude mcp add backburner -- python -m backburner.server

Everything else (Claude Desktop, Cursor, VS Code / Copilot, Windsurf, Gemini CLI, …)

Most clients use the same standard config block β€” add backburner to your client's MCP config (see your client's docs for where that file lives):

config.json
{
  "mcpServers": {
    "backburner": {
      "command": "python",
      "args": ["-m", "backburner.server"]
    }
  }
}

πŸ”’ Security note

backburner executes the shell commands the AI sends it, with your user's permissions. That is its job β€” but treat it like giving your agent a terminal. Run it only with clients whose tool-use you review/approve, prefer permission modes that require confirmation for start_task, and use BACKBURNER_ALLOW / BACKBURNER_DENY to scope what may run.

πŸ—ΊοΈ Roadmap

  • Task timeouts and max-runtime limits
  • Allowlist/denylist for commands
  • PyPI release β€” pip install backburner-mcp
  • Listed on the official MCP Registry
  • MCP Tasks extension (spec 2026-07-28, SEP-2663) β€” native tasks/get / tasks/update / tasks/cancel alongside the plain tools
  • Task push updates (notifications/tasks) β€” live status without polling
  • Local web dashboard β€” watch tasks live in the browser
  • Structured progress reporting (parse % / step markers from output)

πŸ“„ License

MIT

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Command Line View all alternatives
  • Bash Command MCP logoBash Command MCP

    Sophisticated bash command MCP server that runs and manages shell execution.

    πŸ–₯️ Command Line0 views
    Compare vs Bash Command MCP β†’
  • MCP Ssh Manager logoMCP Ssh Manager

    Manage multiple SSH servers from one MCP: command execution, file transfer/rsync, database dump/import/query (MySQL/PostgreSQL/MongoDB), backups & restore, health monitoring, persistent sessions, tunnels, ProxyJump/bastion, and opt-in per-server security modes (readonly/restricted) with audit log. Linux, macOS & Windows OpenSSH.

    πŸ–₯️ Command Line8 views
    Compare vs MCP Ssh Manager β†’
  • Iterm MCP logoIterm MCP

    A Model Context Protocol server that provides access to iTerm. You can run commands and ask questions about what you see in the iTerm terminal.

    πŸ–₯️ Command Line3 views
    Compare vs Iterm MCP β†’
  • Wayback Machine logoWayback Machine

    MCP server and CLI tool for interacting with the Wayback Machine without API keys

    πŸ–₯️ Command Line0 views
    Compare vs Wayback Machine β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
2
Stargazers on the source repository.
Last commit
1mo ago
Most recent push to the default branch.
Directory activity
2 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Backburner

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "backburner": { "command": "uvx", "args": ["backburner-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewBackburner AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/backburner?style=directory)](https://allmcps.com/mcp/backburner)
HTML Embed
<a href="https://allmcps.com/mcp/backburner"><img src="https://allmcps.com/api/badge/backburner?style=directory" alt="Backburner on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ–₯️Command Line
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimePython
Last updatedAug 2, 2026
11/13 checks healthy over the last 45d
Views2
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars2
GitHub Star CountTotal stargazers on GitHub representing community popularity (2 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 2, 2026
39Quality signal: Fair Β· 39/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity3/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 1d ago via OSV.dev Β· backburner-mcp (PyPI)

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ–₯️ Command Line β†’Best MCP servers for Command Line & Terminal β†’Alternatives to Backburner β†’Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients