Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.muzimu217/DeliverKit

NPM · DELIVERKIT-MCP · SCANNED SEP 21

Plan and verify multi-ecosystem packaging (Linux, Windows, macOS, HarmonyOS) for AI agents.

Available components

+5 this week 75 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 33 of 101 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency48
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 9 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability73
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1558 tokens (~141/item across 11 items; 11 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management33
  • Stability observed for 10 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 11 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 11 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.muzimu217/DeliverKit MCP server?

io.github.muzimu217/DeliverKit runs locally as an npm package, launched with npx -y deliverkit-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · deliverkit-mcp

# add to Claude Code
claude mcp add muzimu217-deliverkit -- npx -y deliverkit-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "muzimu217-deliverkit": {
      "command": "npx",
      "args": [
        "-y",
        "deliverkit-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "muzimu217-deliverkit": {
      "command": "npx",
      "args": [
        "-y",
        "deliverkit-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add muzimu217-deliverkit -- npx -y deliverkit-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "muzimu217-deliverkit": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "deliverkit-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add muzimu217-deliverkit --command npx --arg -y --arg deliverkit-mcp
# ~/.hermes/config.yaml
mcp_servers:
  muzimu217-deliverkit:
    command: "npx"
    args: ["-y", "deliverkit-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "muzimu217-deliverkit": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "deliverkit-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add muzimu217-deliverkit -t stdio -c npx -a -y deliverkit-mcp
// mcp.json
{
  "mcpServers": {
    "muzimu217-deliverkit": {
      "command": "npx",
      "args": [
        "-y",
        "deliverkit-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 21 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 30 to 33. That category is still filling its 30-day observation window: 9 days of observed history at the previous scan, 10 at this one. The score rises as the window fills, whether or not the server changes.

  • 19 Sept 26 +4
    • Stability: unverified → 0.27 functional
  • 12 Sept 26 +15
    • Malware scan: unverified → pass security
  • 11 Sept 26 55

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Analysed npm/deliverkit-mcp@0.3.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 101 packages
Packages resolved 101
Stale 33
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 11 exposed · ~1,558 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
generate_ci_workflow ~128

按已审查的 Forge.md 契约生成 GitHub Actions Linux/Windows 多平台交付工作流;签名材料只通过 CI secrets 注入。

NameTypeReqDescription
output_pathstring工作流输出路径,默认 <source_dir>/.github/workflows/deliverkit.yml
overwriteboolean是否允许覆盖已存在的工作流文件,默认 false
plan_pathstringyesForge.md 交付契约文件路径(构建类工具必需)
source_dirstringyes项目根目录路径

No output schema declared.

No examples provided.

generate_packaging_plan ~167

生成项目级 Forge.md 交付契约,记录目标生态、产物、决策依据和风险(计划先行,后续构建工具必须基于此契约)。

NameTypeReqDescription
entrypointsarray手动指定入口列表:项目内相对路径(文件须存在)或 npm start
goalsarrayyes目标产物列表(如 ["deb", "rpm"] 或 ["windows-msi"])
languagestring手动指定项目语言(自动识别失败或识别错误时使用)
source_dirstringyes项目根目录路径
target_environmentstring目标环境(如 ubuntu-22.04、windows、macos、harmonyos)

No output schema declared.

No examples provided.

generate_release_manifest ~120

汇总各平台结构化构建结果、SHA256、签名/安装/运行证据,生成统一 ReleaseManifest.json。

NameTypeReqDescription
output_pathstring报告输出路径,默认 <source_dir>/ReleaseManifest.json
plan_pathstringyesForge.md 交付契约文件路径(构建类工具必需)
results_dirstring平台结果 JSON 目录,默认 <source_dir>/.deliverkit/results
source_dirstringyes项目根目录路径

No output schema declared.

No examples provided.

get_ecosystem_knowledge ~80

读取某个生态的知识包(产物形态、工具链、签名硬约束、上架规则、验证方法)。缺省 ecosystem 时返回全部已注册生态。

NameTypeReqDescription
ecosystemstring生态 id(如 linux/ubuntu、mobile/harmonyos);缺省返回全部已注册生态

No output schema declared.

No examples provided.

inspect_project ~96

分析项目目录,识别语言、入口和已有打包配置,返回推荐的跨生态交付目标。

NameTypeReqDescription
entrypointsarray手动指定入口列表:项目内相对路径(文件须存在)或 npm start
languagestring手动指定项目语言(自动识别失败或识别错误时使用)
source_dirstringyes项目根目录路径

No output schema declared.

No examples provided.

pack_appimage ~165

按已审查的 Forge.md 契约,在隔离 Ubuntu x86_64 容器中封装 AppImage,并以 extract-and-run 验证。

NameTypeReqDescription
output_dirstring产物输出目录,默认 <source_dir>/.deliverkit/artifacts
package_namestringAppImage 名称;缺省时使用项目名
package_versionstring产物版本;缺省时使用 Forge.md 契约中的项目版本(来自项目元数据,最终回退 0.1.0)
plan_pathstringyesForge.md 交付契约文件路径(构建类工具必需)
source_dirstringyes项目根目录路径

No output schema declared.

No examples provided.

pack_deb ~163

按已审查的 Forge.md 契约,在隔离 Ubuntu 容器中构建 deb 包,并在干净容器中安装和运行验证。

NameTypeReqDescription
output_dirstring产物输出目录,默认 <source_dir>/.deliverkit/artifacts
package_namestringDebian 包名;缺省时使用项目名
package_versionstring产物版本;缺省时使用 Forge.md 契约中的项目版本(来自项目元数据,最终回退 0.1.0)
plan_pathstringyesForge.md 交付契约文件路径(构建类工具必需)
source_dirstringyes项目根目录路径

No output schema declared.

No examples provided.

pack_harmonyos ~122

在 Linux/Windows DevEco runner 使用 hvigorw 构建 HAP/APP,并用 hdc 安装验证正式签名产物。

NameTypeReqDescription
artifactstring构建 HAP 或正式 APP,默认按计划选择
output_dirstring产物输出目录,默认 <source_dir>/.deliverkit/artifacts
plan_pathstringyesForge.md 交付契约文件路径(构建类工具必需)
source_dirstringyes项目根目录路径

No output schema declared.

No examples provided.

pack_macos ~194

在 macOS runner 使用 codesign/hdiutil 或 productbuild/productsign 生成 DMG/PKG,调用 notarytool 公证,并以 spctl/stapler 验证。

NameTypeReqDescription
artifactstring构建 DMG 或签名 PKG,默认按计划选择
output_dirstring产物输出目录,默认 <source_dir>/.deliverkit/artifacts
package_namestringDMG/PKG 名称;缺省时使用项目名
package_versionstring产物版本;缺省时使用 Forge.md 契约中的项目版本(来自项目元数据,最终回退 0.1.0)
plan_pathstringyesForge.md 交付契约文件路径(构建类工具必需)
source_dirstringyes项目根目录路径

No output schema declared.

No examples provided.

pack_rpm ~164

按已审查的 Forge.md 契约,在隔离 Rocky Linux 容器中构建 rpm 包,并在干净容器中安装和运行验证。

NameTypeReqDescription
output_dirstring产物输出目录,默认 <source_dir>/.deliverkit/artifacts
package_namestringRPM 包名;缺省时使用项目名
package_versionstring产物版本;缺省时使用 Forge.md 契约中的项目版本(来自项目元数据,最终回退 0.1.0)
plan_pathstringyesForge.md 交付契约文件路径(构建类工具必需)
source_dirstringyes项目根目录路径

No output schema declared.

No examples provided.

pack_windows_msi ~159

在 Windows runner 使用 WiX 生成 MSI,使用 Authenticode 签名,并以 signtool/msiexec 完成安装验证。

NameTypeReqDescription
output_dirstring产物输出目录,默认 <source_dir>/.deliverkit/artifacts
package_namestringMSI 名称;缺省时使用项目名
package_versionstring产物版本;缺省时使用 Forge.md 契约中的项目版本(来自项目元数据,最终回退 0.1.0)
plan_pathstringyesForge.md 交付契约文件路径(构建类工具必需)
source_dirstringyes项目根目录路径

No output schema declared.

No examples provided.

Common questions

What is the io.github.muzimu217/DeliverKit MCP server?

io.github.muzimu217/DeliverKit is an MCP server listed in the public MCP registry as io.github.muzimu217/DeliverKit. Plan and verify multi-ecosystem packaging (Linux, Windows, macOS, HarmonyOS) for AI agents. This page covers its npm package (deliverkit-mcp).

Is the io.github.muzimu217/DeliverKit MCP server safe to use?

io.github.muzimu217/DeliverKit scores 75 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.muzimu217/DeliverKit MCP server expose?

io.github.muzimu217/DeliverKit exposes 11 tools: inspect_project, generate_packaging_plan, get_ecosystem_knowledge, pack_deb, pack_rpm, and 6 more. Their descriptions and schemas cost roughly 1,558 tokens of context every time the server is loaded.

Is the io.github.muzimu217/DeliverKit MCP server still maintained?

io.github.muzimu217/DeliverKit is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.muzimu217/DeliverKit MCP server under?

io.github.muzimu217/DeliverKit declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.