Skip to main content
Glama

MCP Background Task Server

by nanoseil

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
run-background-task

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-task

Stops a running background task by its name.

list-background-tasks

Lists all currently running background tasks.

get-task-stdout

Retrieves the stdout of a running background task.

get-task-stderr

Retrieves the stderr of a running background task.

send-to-task-stdin

Sends data to the stdin of a running background task.

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