pwalker-mcp

pwalker-mcp

3.2

If you are the rightful owner of pwalker-mcp 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.

Paul Walker's Bespoke MCP Tools is a collection of custom Model Context Protocol tools designed for task management and process handling.

Paul Walker's Bespoke MCP Tools

A shifting selection of one-off MCP tools that pwalker is playing with.

Currently contains:

  • push-tasks, which takes a task list and/or file containing newline-separate tasks and adds them to the queue
  • pop-task, which pops one task from the queue or indicates the queue is empty
  • launch-background-process, which launches a shell command in the background
  • get-process-output, which gets the output of a previously launched process
  • kill-process, which kills a previously launched process
  • wait, which waits a specified number of seconds

Goose Installation

Use this extension installation link:

Or add to goose in Settings -> Extensions -> Add with this information:

  • Type: Standard IO
  • Command: `npx -y github:pauldw/pwalker-mcp"
  • ID, Name, and Description: Anything you want.

Local Development

To run the MCP server from a local copy, use this MCP command instead:

npm --prefix /path/to/local/copy run start