Skip to main content
Glama

MCP Background Task Server

by nanoseil

run-background-task

Execute long-running shell commands in the background, allowing continued interaction with the task while it runs. The tool supports managing and monitoring processes efficiently.

Instructions

Runs a long-running command (like 'npm run dev') in background. When the command is running, you can interact with it using other tools.

Input Schema

NameRequiredDescriptionDefault
nameYesUnique name of the task
shellYesShell command to run in background

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "Unique name of the task", "type": "string" }, "shell": { "description": "Shell command to run in background", "type": "string" } }, "required": [ "name", "shell" ], "type": "object" }
Install Server

Other Tools from MCP Background Task Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/nanoseil/mcp-bgtask'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server