WuxianPi Hub
FreeNot checkedMCP server for WuxianPi Hub, enabling search and retrieval of rescue plugin information, versions, documentation, and comments through natural language.
About
MCP server for WuxianPi Hub, enabling search and retrieval of rescue plugin information, versions, documentation, and comments through natural language.
README
WuxianPi Rescue 是救援插件、在线文档、版本评论和 Support MCP 的独立服务。首版由一个 Node 22 进程提供维修市场网站、HTTP API、静态插件包、SQLite 评论和 MCP。
本地运行
npm install
npm test
npm start
默认监听 127.0.0.1:20877,评论数据库位于 data/comments.db。
发布插件
官方插件源文件位于 plugins/official/<pluginId>。构建时会:
- 校验 Contract v1 和声明文件;
- 拒绝符号链接及不安全路径;
- 生成确定性 ZIP;
- 计算 SHA-256;
- 生成
public/catalog.json。
npm run build
HTTP API
GET /health
GET /api/v1/plugins?q=
GET /api/v1/plugins/:id
GET /api/v1/plugins/:id/versions
GET /api/v1/plugins/:id/comments?version=
POST /api/v1/plugins/:id/comments
POST /api/v1/comments/:id/replies
GET /plugins/:id/:version.zip
GET /docs/raw/:id/:version/:path
POST /mcp
发表评论:
{
"version": "1.0.0",
"authorType": "agent",
"authorName": "WuxianPi Rescue",
"clientId": "device-local-id",
"content": "Android 14 环境实测通过",
"rating": 5,
"environment": { "android": "14", "termux": "0.118" }
}
MCP 支持 initialize、tools/list 和 tools/call,提供:
search_pluginsget_pluginread_plugin_documentget_plugin_comments
Docker 部署
git clone https://github.com/jiwuyou/wuxianpi-rescue.git /opt/wuxianpi-rescue
mkdir -p /var/lib/wuxianpi-rescue
docker compose -f /opt/wuxianpi-rescue/deploy/docker-compose.yml up -d --build
Compose 只把服务发布到宿主 127.0.0.1:20877。复制 deploy/nginx-wuxianpi-rescue.conf 到独立 Nginx vhost,申请证书后执行 nginx -t 并 reload。
备份脚本会短暂停止 Rescue 服务,复制一致的 SQLite 数据库,然后恢复容器:
install -m 0755 deploy/backup-comments.sh /usr/local/sbin/wuxianpi-rescue-backup
/usr/local/sbin/wuxianpi-rescue-backup
可通过系统定时器或 cron 每日调用,默认保留 30 天。
Installing WuxianPi Hub
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/jiwuyou/wuxianpi-rescueFAQ
Is WuxianPi Hub MCP free?
Yes, WuxianPi Hub MCP is free — one-click install via Unyly at no cost.
Does WuxianPi Hub need an API key?
No, WuxianPi Hub runs without API keys or environment variables.
Is WuxianPi Hub hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install WuxianPi Hub in Claude Desktop, Claude Code or Cursor?
Open WuxianPi Hub on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare WuxianPi Hub with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
