mcpbeat Sign in

ForgeCraft MCP Server

local only

ForgeCraft runs on your own machine — the client starts it, so there is no endpoint to ping. 69 installs a week from npm. Last commit 14 Sep 2026.

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

Installs per day peak 35 · avg 9 · -58% w/w
a month agotoday
69
Installs / week
npm · forgecraft-mcp
3
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

  const hasFile    = (rel: string) => fs.existsSync(path.join(base, rel));
      - Implement row-count and distribution checks between stages. A sudden drop or spike in row count (> 20% deviation from baseline) should trigger an alert and pause downstream processing.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add forgecraft -- npx -y forgecraft-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "forgecraft": {
      "args": [
        "-y",
        "forgecraft-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.forgecraft]
command = "npx"
args = ["-y", "forgecraft-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "forgecraft": {
      "args": [
        "-y",
        "forgecraft-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "forgecraft": {
      "args": [
        "-y",
        "forgecraft-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to ForgeCraft

same job, measured the same way
Devops Practices
by ai-4-devops

Productivity framework for DevOps engineers using AI assistance (Claude Code) while working on PoCs

83 installs/wk local only
Mason
by adrianczuczka

Engineering decisions, change impact, documentation audits, and CI evidence for coding assistants.

605 installs/wk local only
I
Memforge Memory
by volsier

Team engineering memory for AI coding assistants. 47 MCP tools, pgvector semantic search.

14 installs/wk local only
Limpet
by ksym04

Persistent engineering memory for AI coding agents. Survives refactors, knows when it is stale.

local only
Coding Standards
by corbat-tech

AI coding standards that enforce production-grade code with DDD, SOLID, TDD guardrails.

34 installs/wk local only
MCP Server Motherduck
by motherduckdb

SQL analytics and data engineering for AI Assistants and IDEs

4 435 installs/wk local only
Giljo HQ
by giljo

Context engineering for AI coding agents: product context, project missions, and 360 memory.

answering
Perfloop
by perfloop

Always-on performance engineering for your own code: proven pull requests, the merge stays yours.

answering

ForgeCraft — questions

Answers built from our own checks of this server.

Why is there no uptime for ForgeCraft?
ForgeCraft runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package forgecraft-mcp was installed 69 times last week.
How do I connect ForgeCraft?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls forgecraft-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use ForgeCraft?
The npm package forgecraft-mcp was installed 69 times in the last week. Week over week that is -58%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is ForgeCraft open source?
We cannot say either way: written in TypeScript and 3 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.