nanoseil/mcp-bgtask
If you are the rightful owner of mcp-bgtask and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The MCP Background Task Server is a tool designed to manage and execute long-running background tasks from within MCP-compatible clients like Claude Desktop.
Tools
Functions exposed to the LLM to take actions
run-background-task
Starts a new background task with a unique name.
stop-background-task
Stops a running background task by name.
list-background-tasks
Lists all currently running background tasks with their PIDs and states.
get-task-stdout
Retrieves the stdout output from a background task.
get-task-stderr
Retrieves the stderr output from a background task.
send-to-task-stdin
Sends data to the stdin of a running background task.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client