backburner for Zed
io.github.rohityajee8076/backburner
Run long shell commands as background tasks: start them, keep working, collect the results later
client:Zed
transport:stdio
runtime:pypi
Install backburner in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"backburner": {
"command": "uvx",
"args": [
"backburner-mcp"
],
"env": {
"BACKBURNER_HOME": "<BACKBURNER_HOME>",
"BACKBURNER_ALLOW": "<BACKBURNER_ALLOW>",
"BACKBURNER_DENY": "<BACKBURNER_DENY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs