MCP Background Task Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| run-background-taskA | Runs a long-running command (like 'npm run dev') in background. When the command is running, you can interact with it using other tools. |
| stop-background-taskC | Stops a running background task by its name. |
| list-background-tasksA | Lists all currently running background tasks. |
| get-task-stdoutB | Retrieves the stdout of a running background task. |
| get-task-stderrB | Retrieves the stderr of a running background task. |
| send-to-task-stdinB | Sends data to the stdin of a running background task. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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