MCP.so
登录

Paul Walker's Bespoke MCP Tools

@pauldw

关于 Paul Walker's Bespoke MCP Tools

MCP Server with an artisinal selection of bespoke agent tools.

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

pauldw

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Paul Walker's Bespoke MCP Tools?

A shifting collection of one‑off MCP tools built by Paul Walker. Currently includes tools to manage a task queue (push‑tasks, pop‑task) and to launch, monitor, and kill background shell processes (launch‑background‑process, get‑process‑output, kill‑process, wait).

How to use Paul Walker's Bespoke MCP Tools?

Install via Goose by using the provided goose:// link or by adding a Standard IO extension with the command npx -y github:pauldw/pwalker-mcp. For local development, run npm --prefix /path/to/local/copy run start.

Key features of Paul Walker's Bespoke MCP Tools

  • Queue management: add tasks (push‑tasks) and retrieve the next task (pop‑task)
  • Launch shell commands in the background (launch‑background‑process)
  • Retrieve output of previously launched processes (get‑process‑output)
  • Kill running background processes (kill‑process)
  • Pause execution for a specified number of seconds (wait)

Use cases of Paul Walker's Bespoke MCP Tools

  • Automate task queues by pushing items and popping them sequentially
  • Run long‑running shell scripts without blocking the main MCP session
  • Monitor and control background processes from within an MCP client
  • Add artificial delays between steps in a workflow with the wait tool

FAQ from Paul Walker's Bespoke MCP Tools

What does this server do?

It provides a set of MCP tools for task queue operations and background process management, intended as a personal experimental collection.

Which tools are currently included?

push‑tasks, pop‑task, launch‑background‑process, get‑process‑output, kill‑process, and wait.

How do I install it?

Use the Goose extension link or manually add a Standard IO extension with the command npx -y github:pauldw/pwalker-mcp.

What dependencies are required?

node and npm are needed to run the server via npx or local development.

Where does the task queue data live?

The README does not specify persistence details; the queue likely lives in memory for the duration of the MCP session.

评论

其他 分类下的更多 MCP 服务器