Paul Walker's Bespoke MCP Tools
by pauldw
A collection of one-off MCP tools created by pwalker for various tasks. It includes tools for task management, process execution, and time delays.
Last updated: N/A
What is Paul Walker's Bespoke MCP Tools?
A set of MCP tools for managing tasks, launching background processes, and controlling their execution.
How to use Paul Walker's Bespoke MCP Tools?
Install via the Goose extension link or by adding it manually in Goose settings using the provided command. For local development, use npm --prefix /path/to/local/copy run start
.
Key features of Paul Walker's Bespoke MCP Tools
push-tasks: Adds tasks to a queue
pop-task: Retrieves a task from the queue
launch-background-process: Executes shell commands in the background
get-process-output: Fetches output from background processes
kill-process: Terminates background processes
wait: Pauses execution for a specified duration
Use cases of Paul Walker's Bespoke MCP Tools
Automating repetitive tasks
Managing background processes in MCP environments
Creating custom workflows with task queues
Controlling process execution and monitoring output
Implementing timed delays in MCP scripts
FAQ from Paul Walker's Bespoke MCP Tools
How do I install this?
How do I install this?
Use the Goose extension installation link or add it manually in Goose settings.
How do I run it locally?
How do I run it locally?
Use the command npm --prefix /path/to/local/copy run start
.
What is push-tasks used for?
What is push-tasks used for?
It adds tasks from a list or file to a queue.
What does pop-task do?
What does pop-task do?
It retrieves a task from the queue.
Can I use this to run any shell command?
Can I use this to run any shell command?
Yes, launch-background-process allows you to execute shell commands in the background.