1. Conduid
  2. Search
  3. io.github.JoernBerkefeld/mcp-server-mcdev
MCP server · Search

io.github.JoernBerkefeld/mcp-server-mcdev

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

Unclaimed search
37Low

Scored 4 months ago · breakdown

About io.github.JoernBerkefeld/mcp-server-mcdev

io.github.JoernBerkefeld/mcp-server-mcdev is an MCP server in the Search category: mcdev MCP: wiki search, .mcdevrc help, journey checklists, metadata types via mcdev. It has been installed 0 times through Conduid.

Install

Claude Code
claude mcp add io-github-joernberkefeld-mcp-server-mcdev -- npx -y mcp-server-mcdev
npx
npx -y mcp-server-mcdev

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about io.github.JoernBerkefeld/mcp-server-mcdev

Powered by Claude · Grounded in docs

I know everything about io.github.JoernBerkefeld/mcp-server-mcdev. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

mcp-server-mcdev

MCP (Model Context Protocol) server for Accenture SFMC DevTools (mcdev): search the project wiki offline, learn .mcdevrc.json concepts (markets, marketList, createDeltaPkg, validations), walk component checklists (e.g. journeys), and list metadata types via the installed mcdev package.

Pair with mcp-server-sfmc for AMPscript / SSJS language validation and lookups.

MCP Registry

Registered as io.github.JoernBerkefeld/mcp-server-mcdev (quickstart). Registry hosts metadata only; the server runs locally via stdio.

Verify after publish:

curl "https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.JoernBerkefeld/mcp-server-mcdev"

CI publishes npm artifacts and registry metadata using GitHub OIDC (Actions doc) — see .github/workflows/npm-publish.yml.

Tools

Tool Purpose
mcdev_search_docs Search bundled sfmc-devtools wiki Markdown
mcdev_explain_config_key Short explanations for config topics (markets, marketList, createDeltaPkg, …)
mcdev_component_checklist Questions + dependent metadata types (journey, automation, …)
mcdev_list_metadata_types Types from Mcdev.explainTypes() (silent JSON mode — safe for MCP stdio)
read_mcdev_project_config Read .mcdevrc.json with credentials stripped (never reads .mcdev-auth.json)

Connecting AI clients

Register mcp-server-mcdev with the same patterns as other stdio MCP servers (package name in args).

VS Code (1.99+) — .vscode/mcp.json

{
  "servers": {
    "mcdev": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "mcp-server-mcdev@latest"]
    }
  }
}

Cursor — ~/.cursor/mcp.json or project .cursor/mcp.json

{
  "mcpServers": {
    "mcdev": {
      "command": "npx",
      "args": ["-y", "mcp-server-mcdev@latest"]
    }
  }
}

Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows) — use the same mcpServers object shape as Cursor.

Windsurf

~/.codeium/windsurf/mcp_config.json — same mcpServers shape as Cursor.

Global install (faster startup)

npm install -g mcp-server-mcdev

Then use "command": "mcp-server-mcdev", "args": [] (or the binary name from this package’s bin field).

SFMC DevTools VS Code extension

The SFMC DevTools extension documents optional MCP setup for AI-assisted mcdev workflows (see that repo’s README).

Refresh bundled wiki

From this package directory, with the wiki checkout next to the repo (or set SFMC_DEVTOOLS_WIKI):

npm run bundle-wiki
npm run build

License

MIT © Jörn Berkefeld

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About io.github.JoernBerkefeld/mcp-server-mcdev

How do I install io.github.JoernBerkefeld/mcp-server-mcdev?

Run claude mcp add io-github-joernberkefeld-mcp-server-mcdev -- npx -y mcp-server-mcdev, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is io.github.JoernBerkefeld/mcp-server-mcdev safe to use with an AI agent?

Its trust score is 37 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

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

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.