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.

Packkit

NPM · PACKKIT-MCP · SCANNED SEP 20

Scaffold, compose, and upgrade modern multi-language projects as a native tool for AI agents.

Available components

−1 this week 93 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
  • 32 of 106 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to PackkitLabs/packkit-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 33 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability76
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 821 tokens (~136/item across 6 items; 6 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 Management90
  • Stability observed for 27 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 6 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 6 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 Packkit MCP server?

Packkit runs locally as an npm package, launched with npx -y packkit-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 · packkit-mcp

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

  • 19 Sept 26 +1

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

  • 17 Sept 26 −2
    • Stability: pass → 0.80 functional
  • 16 Sept 26 0
    • Stability: 0.97 → pass security
  • 15 Sept 26 0
    • Stability: pass → 0.97 functional
  • 14 Sept 26 0
    • Stability: 0.97 → pass security
  • 12 Sept 26 +1

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

  • 10 Sept 26 +1

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

  • 8 Sept 26 +1

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

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 20 Sept 2026 · Analysed npm/packkit-mcp@1.2.1

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo PackkitLabs/packkit-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/PackkitLabs/packkit-mcp/.github/workflows/release.yml@refs/heads/main
Rekor log index 2497409116
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:554ef05b066bc0630f8e7d4bdb9164c77f334dafb8c8a63c050bf0f77b536f749eb520ff50e03e8b5600fe54c417e1e1c50a6c8d462c342fc67349afb

Background: How many MCP packages publish verified provenance →

Dependencies 106 packages
Packages resolved 106
Stale 32
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 6 exposed · ~821 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
compose_fullstack ~257

Compose two projects — a static frontend and an HTTP service backend, from ANY generators — into one fullstack repo (apps/web + apps/server) with a fullstack deployment contract and a docker-compose. Language-neutral: e.g. a "javascript" react-app frontend + a "python" py-service (or "go" go-service) backend. By default PREVIEWS; pass write: true to scaffold under <directory>/<name>.

NameTypeReqDescription
backendobjectyesThe service backend to generate: { generator, name, preset?, config? }
backendDirstringSubdir for the backend (default apps/server)
directorystringParent directory to create <name>/ in when writing
dockerComposebooleanEmit a root docker-compose.yml (default true)
forcebooleanOverwrite colliding existing files when writing
frontendobjectyesThe static frontend to generate: { generator, name, preset?, config? }
frontendDirstringSubdir for the frontend (default apps/web)
namestringyesRepo name (folder when writing; README heading)
writebooleanWrite files to disk (default false = preview only)

No output schema declared.

No examples provided.

generate_project ~190

Generate a project with a generator. By default it PREVIEWS (returns the file tree, stack summary and deployment contract without touching disk); pass write: true to scaffold the files under <directory>/<name>. Existing files are never overwritten unless force is set. Call list_presets / get_generator_schema first.

NameTypeReqDescription
configobjectOptions from get_generator_schema (overrides the preset)
directorystringParent directory to create <name>/ in when writing (default: cwd)
forcebooleanOverwrite colliding existing files when writing (default false)
generatorstringyesGenerator id from list_generators
namestringyesProject/package name (also the folder name when writing)
presetstringA preset (or alias) from list_presets
writebooleanWrite files to disk (default false = preview only)

No output schema declared.

No examples provided.

get_generator_schema ~63

Return a generator's full option schema — every option, its choices and defaults — as JSON. Read this before passing a `config` to generate_project so the options you set are valid for that generator.

NameTypeReqDescription
generatorstringyesGenerator id from list_generators

No output schema declared.

No examples provided.

list_generators ~63

START HERE. Lists every Packkit generator (a language target — e.g. javascript, python, go) with its maturity and protocol capabilities. Pick the generator whose language matches what the user wants, then call list_presets and get_generator_schema for it before generating.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_presets ~108

List the presets a generator offers (e.g. ts-lib, react-lib, node-service for javascript; py-lib, py-cli for python), each with a description and maturity. Experimental presets are hidden unless includeExperimental is true. Choose a preset that matches the shape the user wants instead of guessing.

NameTypeReqDescription
generatorstringyesGenerator id from list_generators (e.g. "javascript", "python", "go")
includeExperimentalbooleanInclude experimental presets (default false)

No output schema declared.

No examples provided.

plan_upgrade ~140

Plan a re-scaffold of an existing project against the current templates: a three-way diff (baseline vs on-disk vs freshly generated) that separates template changes from the user's own edits, so nothing is clobbered. Reports the plan only — it writes nothing. Requires a generator that supports baseline-upgrade.

NameTypeReqDescription
configobjectThe options it was generated with
directorystringyesPath to the existing scaffolded project
generatorstringyesGenerator id from list_generators
namestringyesProject name (as originally generated)
presetstringThe preset it was generated from (if any)

No output schema declared.

No examples provided.

Common questions

What is the Packkit MCP server?

Packkit is an MCP server listed in the public MCP registry as io.github.PackkitLabs/packkit-mcp. Scaffold, compose, and upgrade modern multi-language projects as a native tool for AI agents. This page covers its npm package (packkit-mcp).

Is the Packkit MCP server safe to use?

Packkit scores 93 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. 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 Packkit MCP server expose?

Packkit exposes 6 tools: list_generators, list_presets, get_generator_schema, generate_project, plan_upgrade, compose_fullstack. Their descriptions and schemas cost roughly 821 tokens of context every time the server is loaded.

Is the Packkit MCP server still maintained?

Packkit is still listed as active in the MCP registry. We last reached this channel on 20 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 Packkit MCP server under?

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