WuxianPi Hub
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@WuxianPi HubWhat rescue plugins are available for Termux?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
WuxianPi Rescue
WuxianPi Rescue 是救援插件、在线文档、版本评论和 Support MCP 的独立服务。首版由一个 Node 22 进程提供维修市场网站、HTTP API、静态插件包、SQLite 评论和 MCP。
本地运行
npm install
npm test
npm start默认监听 127.0.0.1:20877,评论数据库位于 data/comments.db。
Related MCP server: Whoosh RAG MCP
发布插件
官方插件源文件位于 plugins/official/<pluginId>。构建时会:
校验 Contract v1 和声明文件;
拒绝符号链接及不安全路径;
生成确定性 ZIP;
计算 SHA-256;
生成
public/catalog.json。
npm run buildHTTP 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 --buildCompose 只把服务发布到宿主 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 天。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceProvides intelligent recommendations for MCP servers based on development needs using natural language queries. Searches through 874+ curated MCP servers across 36+ categories with advanced matching algorithms.Last updated35MIT
- Alicense-qualityCmaintenanceAn MCP server that provides full-text search over documentation using Whoosh, enabling AI assistants to find up-to-date, authoritative answers.Last updatedMIT
- AlicenseAqualityBmaintenanceMCP server for 萌娘百科 (Moegirl Wiki) that allows searching entries and fetching page introductions.Last updated22MIT
- Alicense-qualityDmaintenanceAn MCP server for EndstoneMC development, enabling module information queries, code search, plugin template generation, event handling guidance, and development tutorials through natural language.Last updated1MIT
Related MCP Connectors
MCP server for skill documentation, generated by doc2mcp.
MCP server for AI dialogue using various LLM models via AceDataCloud
MCP server for GLM chat completions using Zhipu AI models via AceDataCloud
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jiwuyou/wuxianpi-hub'
If you have feedback or need assistance with the MCP directory API, please join our Discord server