Skip to content
Cursor

backburner for Cursor

io.github.rohityajee8076/backburner

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

client:Cursor transport:stdio runtime:pypi

Install backburner in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "backburner": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "backburner-mcp"
      ],
      "env": {
        "BACKBURNER_HOME": "<BACKBURNER_HOME>",
        "BACKBURNER_ALLOW": "<BACKBURNER_ALLOW>",
        "BACKBURNER_DENY": "<BACKBURNER_DENY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

backburner in other clients