Back to MCP directory
publicPublicdnsLocal runtime

pwalker-mcp

Paul Walker开发的定制化MCP工具集,包含任务队列管理、后台进程控制等实用功能。

article

README

🚀 保罗·沃克尔的定制MCP工具

本项目是由保罗·沃克尔开发的一系列一次性使用的MCP工具集合。它能有效解决特定场景下的任务处理需求,为用户提供便捷的任务管理和进程操作功能。

🚀 快速开始

本工具集合当前包含以下工具:

  • push-tasks:可接受任务列表,或者包含换行分隔任务的新建文件,然后将这些任务添加到队列中。
  • pop-task:从队列中取出一个任务,若队列为空则给出相应提示。
  • launch-background-process:用于在后台启动一个shell命令。
  • get-process-output:获取之前启动进程的输出结果。
  • kill-process:终止之前启动的进程。
  • wait:可让程序等待指定的秒数。

📦 安装指南

鸭子扩展安装

你可以通过以下两种方式安装扩展:

本地开发

若要从本地副本运行MCP服务器,可使用以下命令:

npm --prefix /本地副本的路径 run start
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client