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.

ForgeCraft

NPM · FORGECRAFT-MCP · SCANNED SEP 20

Production engineering standards for AI coding assistants. Setup once, remove when done.

Available components

0 this week 77 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
  • 31 of 98 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability43
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 2583 tokens (~1291/item across 2 items; 2 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 Management93
  • Stability observed for 28 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 2 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 2 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 ForgeCraft MCP server?

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

# add to Claude Code
claude mcp add jghiringhelli-forgecraft -- npx -y forgecraft-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "jghiringhelli-forgecraft": {
      "command": "npx",
      "args": [
        "-y",
        "forgecraft-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "jghiringhelli-forgecraft": {
      "command": "npx",
      "args": [
        "-y",
        "forgecraft-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add jghiringhelli-forgecraft -- npx -y forgecraft-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "jghiringhelli-forgecraft": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "forgecraft-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add jghiringhelli-forgecraft --command npx --arg -y --arg forgecraft-mcp
# ~/.hermes/config.yaml
mcp_servers:
  jghiringhelli-forgecraft:
    command: "npx"
    args: ["-y", "forgecraft-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "jghiringhelli-forgecraft": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "forgecraft-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add jghiringhelli-forgecraft -t stdio -c npx -a -y forgecraft-mcp
// mcp.json
{
  "mcpServers": {
    "jghiringhelli-forgecraft": {
      "command": "npx",
      "args": [
        "-y",
        "forgecraft-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 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +1

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

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

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

  • 12 Sept 26 +1
    • Security disclosure: unverified → fail functional
  • 11 Sept 26 0
    • Security disclosure: fail → unverified functional
  • 10 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 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/forgecraft-mcp@1.0.0

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 98 packages
Packages resolved 98
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 2 exposed · ~2,583 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
forgecraft ~45

Setup-time tool for engineering standards. Diagnoses project state. Remove this MCP server after setup is complete to save tokens.

NameTypeReqDescription
project_dirstringyesAbsolute path to project root.

No output schema declared.

No examples provided.

forgecraft_actions ~2,538

Full ForgeCraft action suite. Use action='setup_project' to onboard, 'check_cascade' to verify GS steps, 'generate_session_prompt' for a bound prompt, 'audit' for compliance score. Remove after setup to save tokens.

NameTypeReqDescription
acceptance_criteriaarrayCheckable acceptance criteria. Used by: generate_session_prompt. If omitted, defaults are generated.
actionstringyesOperation to perform. Available actions: setup_project — onboard a new or existing project (two-phase: analyze then calibrate) scaffold — generate project structure files (.clau…
add_tagsarrayTags to add during refresh.
adr_alternativesarrayList of alternatives considered and why each was rejected. Used by: generate_adr.
adr_consequencesstringPositive and negative consequences of the decision — what becomes easier, harder, or constrained. Used by: generate_adr.
adr_contextstringThe situation that forced this decision — constraints, requirements, forces at play. Used by: generate_adr.
adr_decisionstringWhat was decided and why this option was chosen over alternatives. Used by: generate_adr.
adr_titlestringShort imperative title of the architectural decision (e.g. 'Use PostgreSQL for primary storage'). Used by: generate_adr.
applybooleanApply changes (vs preview). Used by: refresh. Default: false.
auto_approve_toolsbooleanAuto-approve MCP tool calls. Used by: configure_mcp. Default: true.
cascade_decided_bystringWho made this cascade decision. Used by: set_cascade_requirement. Defaults to 'assistant'.
cascade_rationalestringWhy was this cascade decision made? Required for: set_cascade_requirement.
cascade_requiredbooleanWhether the cascade step must pass before implementation begins. Used by: set_cascade_requirement.
cascade_stepstringWhich cascade step to configure. Used by: set_cascade_requirement.
cnt_concernstringConcern name within a CNT domain. Lowercase kebab-case. E.g. 'routing', 'auth'. Used by: cnt_add_node.
cnt_contentstringMarkdown content for a CNT leaf node (≤30 lines). If omitted, a placeholder is generated. Used by: cnt_add_node.
cnt_domainstringDomain prefix for a CNT leaf node. Lowercase kebab-case. E.g. 'tools', 'shared'. Used by: cnt_add_node.
compactbooleanStrip explanatory tail clauses and deduplicate bullet lines (~20-40% smaller output). Used by: generate, scaffold, refresh.
coverage_dirstringPath to existing coverage report directory. Used by: metrics. Defaults to coverage/ relative to project_dir.
custom_serversobjectCustom MCP servers. Used by: configure_mcp.
deployment_urlstringOverride deployment URL for smoke test. Used by: start_hardening. Default: read from forgecraft.yaml or 'http://localhost:3000'.
descriptionstringNatural language description. Used by: classify.
dry_runbooleanPreview without writing files. Used by: scaffold.
forcebooleanOverwrite existing files. Used by: scaffold.
has_consumersbooleanPhase 2 answer: true = existing users or downstream consumers (behavioral contracts required), false = no consumers yet. Used by: setup_project (phase 2).
include_anti_patternsbooleanScan for anti-patterns. Used by: audit. Default: true.
include_mutationbooleanRun Stryker mutation testing (slow, opt-in). Used by: metrics. Default: false.
include_remotebooleanQuery remote MCP registry. Used by: configure_mcp. Default: false.
item_descriptionstringRoadmap item description for this session. Used by: generate_session_prompt. Should include actor, behavior, and postcondition.
languagestringProgramming language. Used by: scaffold, add_module. Default: typescript.
max_serversintegerMax MCP servers to configure. Used by: configure_mcp.
mergebooleanMerge with existing instruction files. Used by: generate. Default: true.
mvpbooleanPhase 2 answer: true = MVP stage (minimal ceremony, expect changes), false = production (full quality gates). Used by: setup_project (phase 2 — provide together with scope_complete and has_consumers).
namestringItem name. Used by: add_hook (hook name), add_module (module name).
notesstringEvidence or justification for a verification decision. Used by: record_verification.
output_targetsarrayAI assistant targets (claude, cursor, copilot, windsurf, cline, aider). Used by: scaffold, generate, refresh.
pass_thresholdintegerMinimum §4.3 GS score (0–14, 7 properties × 2) required for overall pass. Used by: verify. Default: 11.
phase_idstringVerification phase ID containing the step (e.g., 'contract-definition'). Used by: record_verification.
project_dirstringAbsolute path to the project root. Required for: setup_project, refresh, scaffold, generate, audit, add_hook, add_module, configure_mcp, convert, verify, metrics, record_verification, verification_st…
project_namestringHuman-readable project name. Used by: scaffold, generate.
project_type_overridestringPhase 2: override the inferred project type when ambiguities were reported in phase 1. Examples: "docs", "cli", "api", "library", "cli+library", "cli+api". Provide this when the AI detected conflicti…
recorded_bystringWho recorded this decision (e.g., 'claude-sonnet-4-5', 'human', CI name). Used by: record_verification. Defaults to 'unknown'.
release_phasestringCurrent release cycle phase. Controls which test gates are shown as required vs. advisory. Used by: setup, generate, refresh. Default: development.
remote_registry_urlstringRemote MCP registry URL override. Used by: configure_mcp.
remove_tagsarrayTags to remove during refresh.
resourcestringSub-resource for list (tags|hooks|skills) and get_reference (nfr|design_patterns|playbook|guidance). Use 'guidance' to retrieve GS session-loop, context-loading, incremental-cascade, bound-roadmap, a…
scan_depthstringAnalysis depth. Used by: convert. Default: quick.
scopestringReview scope. Used by: review. Default: comprehensive.
scope_completebooleanPhase 2 answer: true = scope is finalized (proceed with full cascade), false = scope still evolving (lighter cascade). Used by: setup_project (phase 2).
scope_notestringExplicit out-of-scope statement — what this session must NOT touch. Used by: generate_session_prompt.
sentinelbooleanGenerate sentinel CLAUDE.md (~50 lines) + .claude/standards/ domain files instead of one large file. Default: true. Set to false for traditional monolithic CLAUDE.md. Used by: scaffold, refresh.
session_typestringConventional commit type for session output. Used by: generate_session_prompt. Default: feature.
show_pending_onlybooleanShow only pending/failed steps. Used by: verification_status. Default: false.
skip_load_testbooleanSkip load test phase (HARDEN-003). Used by: start_hardening. Default: true (skip when no load gates defined).
spec_pathstringPath to an existing spec file (markdown, txt, OpenAPI). Used by: setup_project (phase 1).
spec_textstringPaste spec text directly (markdown prose, OpenAPI description, etc.). Used by: setup_project (phase 1).
step_idstringVerification step ID to record an acceptance decision for (e.g., 'write-hurl-spec'). Used by: record_verification.
step_statusstringAcceptance decision for the verification step: pass | fail | skipped. Used by: record_verification.
strategy_tagstringTag whose verification strategy the step belongs to (e.g., 'API', 'GAME'). Used by: record_verification.
tagstringSingle tag filter. Used by: add_hook.
tagsarrayProject classification tags. Used by: scaffold, generate, audit, review, add_module, configure_mcp, get_reference (not needed for resource=guidance), convert, list (as filter).
test_commandstringTest command override. Used by: verify. Default: npm test.
tierstringContent depth: core, recommended, optional. Used by: refresh.
timeout_msintegerTest suite timeout in ms. Used by: verify. Default: 120000.
uncertainty_levelstringFilter verification strategies by uncertainty level. Used by: get_verification_strategy.

No output schema declared.

No examples provided.

Common questions

What is the ForgeCraft MCP server?

ForgeCraft is an MCP server listed in the public MCP registry as io.github.jghiringhelli/forgecraft. Production engineering standards for AI coding assistants. Setup once, remove when done. This page covers its npm package (forgecraft-mcp).

Is the ForgeCraft MCP server safe to use?

ForgeCraft scores 77 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. 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 ForgeCraft MCP server expose?

ForgeCraft exposes 2 tools: forgecraft, forgecraft_actions. Their descriptions and schemas cost roughly 2,583 tokens of context every time the server is loaded.

Is the ForgeCraft MCP server still maintained?

ForgeCraft 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 ForgeCraft MCP server under?

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