jghiringhelli/forgecraft-mcp

MCP server that gives AI coding assistants production-grade engineering standards — SOLID, testing, architecture, CI/CD — for Claude, Cursor, Copilot, Windsurf, Cline & Aider

3Stars on the repository
18Mods indexed here, across every type
17d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

change-reviewer

01

jghiringhelli/forgecraft-mcp

Agent Claude Code

Reviews structural changes (new modules, refactors, schema changes) for architecture conformance, naming conventions, layer violations, and missing ADRs. Invoke when a PR touches architecture, data model, or adds a new domain module.

3 17d ago A 50 tokens

security-reviewer

02

jghiringhelli/forgecraft-mcp

Agent Claude Code

Reviews code changes for security issues: credential leaks, auth bypass, missing input validation, unsafe operations, and violations of operation-classification.md. Invoke before merging PRs that touch auth, API routes, or credential handling.

3 17d ago A 48 tokens

spec-guardian

03

jghiringhelli/forgecraft-mcp

Agent Claude Code

Verifies the codebase is in sync with the spec (PRD.md, use-cases.md, ADRs, data-model.md). Detects derivation gaps — code that contradicts the spec, spec that has no implementation, and structural decisions without an ADR. Invoke before cutting a release or when drift is suspected.

3 17d ago A 69 tokens

test-hunter

04

jghiringhelli/forgecraft-mcp

Agent Claude Code

Generates adversarial tests for a module or feature. Does NOT write happy-path tests — that is the author's job. Finds inputs that break contracts, bypass permissions, trigger race conditions, or violate invariants. Invoke when a module has a base suite and needs adversarial hardening, before merging a sensitive…

3 17d ago A 83 tokens