Deploy Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Deploy Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
这是一个基于 Model Context Protocol (MCP) 的前端部署工具。它可以让 AI 助手(如 Claude Desktop)直接通过指令执行前端项目的静态部署。
npx 自动调用,即便您本地没有全局安装 surge 也可以正常工作。如果您已经在 NPM 上发布了此工具,或者想直接使用发布的版本,在 claude_desktop_config.json 中添加:
{
"mcpServers": {
"deploy-mcp": {
"command": "npx",
"args": ["-y", "deploy-mcp-eklps"]
}
}
} git clone https://github.com/Eklps/deploy-mcp-server.git
cd deploy-mcp-server
npm install
npm run buildclaude_desktop_config.json 中指向本地路径: {
"mcpServers": {
"deploy-mcp-local": {
"command": "node",
"args": ["E:\\MCPServer\\deploy-mcp-server\\dist\\index.js"]
}
}
}本项目已经配置好 bin 入口。如果您想让其他人能通过 npx 使用,请运行:
npm publish --access publicMIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.