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.JoernBerkefeld/mcp-server-mcdev

NPM · MCP-SERVER-MCDEV · SCANNED SEP 20

mcdev MCP: wiki search, .mcdevrc help, journey checklists, metadata types via mcdev.

Available components

0 this week 0 Trust /100

Recent critical change

CVE-2026-6951 affects this package (2 Aug 2026). See the changelog before you install this server.

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 Security73
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to JoernBerkefeld/mcp-server-mcdev). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 165 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability64
  • 50% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Partial
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 328 tokens (~54/item across 6 items; 5 tools + 1 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
  • Stability observed for 25 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 5 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 io.github.JoernBerkefeld/mcp-server-mcdev server?

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

npm · mcp-server-mcdev

# add to Claude Code
claude mcp add joernberkefeld-mcp-server-mcdev -- npx -y mcp-server-mcdev
// .cursor/mcp.json
{
  "mcpServers": {
    "joernberkefeld-mcp-server-mcdev": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-mcdev"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "joernberkefeld-mcp-server-mcdev": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-mcdev"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add joernberkefeld-mcp-server-mcdev -- npx -y mcp-server-mcdev
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "joernberkefeld-mcp-server-mcdev": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "mcp-server-mcdev"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add joernberkefeld-mcp-server-mcdev --command npx --arg -y --arg mcp-server-mcdev
# ~/.hermes/config.yaml
mcp_servers:
  joernberkefeld-mcp-server-mcdev:
    command: "npx"
    args: ["-y", "mcp-server-mcdev"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "joernberkefeld-mcp-server-mcdev": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "mcp-server-mcdev"
      ]
    }
  }
}
# add to Vellum
assistant mcp add joernberkefeld-mcp-server-mcdev -t stdio -c npx -a -y mcp-server-mcdev
// mcp.json
{
  "mcpServers": {
    "joernberkefeld-mcp-server-mcdev": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-mcdev"
      ]
    }
  }
}
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 0
    • Stability: pass → 0.80 functional
  • 18 Sept 26 0
    • Stability: 0.97 → pass security
  • 17 Sept 26 0
    • Security disclosure: unverified → fail functional
  • 15 Sept 26 0
    • Security disclosure: fail → unverified functional
  • 12 Sept 26 0
    • Stability: pass → 0.80 functional
  • 11 Sept 26 0
    • Stability: 0.97 → pass security
  • 5 Sept 26 0
    • Stability: pass → 0.80 functional
  • 4 Sept 26 0
    • Stability: 0.97 → pass security
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/mcp-server-mcdev@0.1.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 JoernBerkefeld/mcp-server-mcdev
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/JoernBerkefeld/mcp-server-mcdev/.github/workflows/npm-publish.yml@refs/tags/v0.1.1
Rekor log index 1249074677
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:0a4e257ca5219c5621fdf5431f7e1e84309de1f8135ecc0e73c257cd907ed84b917f84bf2d12035f8fd66036e4d716dce0af44beb3550ffcd719624e3

Background: How many MCP packages publish verified provenance →

Vulnerabilities 4 findings
ID CVE Severity Vector Fix available
GHSA-gh4j-gqv2-49f6 CVE-2026-41650 medium CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N yes
GHSA-f23m-r3pf-42rh CVE-2025-13465 medium CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L yes
GHSA-r5fr-rjxr-66jc CVE-2021-23337 high CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H yes
GHSA-hffm-xvc3-vprc CVE-2026-6951 critical CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H yes

Background: What a vulnerability scan can and cannot prove →

Dependencies 354 packages
Packages resolved 354
Stale 113
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 5 exposed · ~320 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
mcdev_component_checklist ~59

Return a structured checklist of questions and dependent metadata types for authoring or migrating SFMC components with mcdev (e.g. journey, automation).

NameTypeReqDescription
componentstringyesComponent key, e.g. "journey", "automation".

No output schema declared.

No examples provided.

mcdev_explain_config_key ~83

Explain a `.mcdevrc.json` concept (markets, marketList, createDeltaPkg, deployment, validations, etc.) with a short summary and wiki file hints.

NameTypeReqDescription
topicstringyesTopic key or phrase. Known keys: build, createDeltaPkg, credentials, deployment, directories, marketList, markets, metaDataTypes, validations

No output schema declared.

No examples provided.

mcdev_list_metadata_types ~49

List metadata types supported by the installed mcdev package (from Mcdev.explainTypes). Optional filter substring.

NameTypeReqDescription
filterstringCase-insensitive filter on name or apiName.

No output schema declared.

No examples provided.

mcdev_search_docs ~65

Search bundled sfmc-devtools wiki Markdown (from GitHub wiki) for mcdev configuration, commands, markets, createDeltaPkg, build, validations.

NameTypeReqDescription
limitintegerMax results (default 8).
querystringyesSearch query (keywords).

No output schema declared.

No examples provided.

read_mcdev_project_config ~64

Read `.mcdevrc.json` from a workspace path (never reads `.mcdev-auth.json`). Use to inspect markets and marketList with the assistant.

NameTypeReqDescription
workspaceRootstringyesAbsolute path to the mcdev project root containing `.mcdevrc.json`.

No output schema declared.

No examples provided.

Common questions

What is the io.github.JoernBerkefeld/mcp-server-mcdev server?

io.github.JoernBerkefeld/mcp-server-mcdev is listed in the public MCP registry as io.github.JoernBerkefeld/mcp-server-mcdev. mcdev MCP: wiki search, .mcdevrc help, journey checklists, metadata types via mcdev. This page covers its npm package (mcp-server-mcdev).

What tools does the io.github.JoernBerkefeld/mcp-server-mcdev server expose?

io.github.JoernBerkefeld/mcp-server-mcdev exposes 5 tools: mcdev_search_docs, mcdev_explain_config_key, mcdev_component_checklist, mcdev_list_metadata_types, read_mcdev_project_config. Their descriptions and schemas cost roughly 320 tokens of context every time the server is loaded.

Is the io.github.JoernBerkefeld/mcp-server-mcdev server still maintained?

io.github.JoernBerkefeld/mcp-server-mcdev 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 io.github.JoernBerkefeld/mcp-server-mcdev server under?

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