ForgeCraft
@jghiringhelli
ForgeCraft について
MCP server that generates production-grade engineering standards for AI coding assistants. Analyzes your project, auto-detects stack, and sets up instruction files with SOLID principles, testing targets, architecture patterns, CI/CD, and domain-specific rules. Composable YAML tem
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"forgecraft-mcp": {
"command": "npx",
"args": [
"forgecraft-mcp",
"setup",
"."
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is ForgeCraft?
ForgeCraft is a setup-time CLI tool that replaces generic AI coding assistant instruction files with production-grade engineering standards composed from 116 curated template blocks matched to your actual stack. It supports Claude, Cursor, GitHub Copilot, Windsurf, Cline, and Aider, and is designed for developers who want consistent, high-quality coding standards.
How to use ForgeCraft?
Run npx forgecraft-mcp setup . to auto-detect your project stack and generate tailored instruction files. Optionally add the MCP sentinel via claude mcp add forgecraft -- npx -y forgecraft-mcp to let your AI assistant diagnose and recommend CLI commands. After initial setup, ForgeCraft can be removed as it has no runtime footprint.
Key features of ForgeCraft
- Auto-detects stack and generates tailored instruction files
- 116 curated template blocks covering SOLID, testing, architecture, and more
- Supports Claude, Cursor, Copilot, Windsurf, Cline, and Aider
- 24 domain tags for fintech, healthcare, gaming, and more
- Three content tiers: core, recommended, optional
- Audit scoring (0-100) and refresh to detect scope changes
- Quality-gate hooks and session continuity tracker
Use cases of ForgeCraft
- Standardize coding practices across a team working with multiple AI assistants
- Rapidly set up production engineering standards for a new project
- Migrate from a generic instruction file to stack-specific guidelines
- Enforce compliance with domain-specific rules (e.g., HIPAA, SOC2)
- Continuously audit and refresh standards as project scope evolves
FAQ from ForgeCraft
What is the difference between claude init and ForgeCraft?
claude init generates a generic one-size-fits-all instruction file for Claude only. ForgeCraft produces stack-specific standards with architecture, testing, CI/CD, domain rules, and commit standards, supporting multiple AI assistants.
Does ForgeCraft have a runtime footprint?
No, ForgeCraft is a setup-time CLI tool. Run it once to configure your project, then remove it — it has no runtime footprint. The optional MCP sentinel can be added temporarily for diagnosis.
What are the 24 tags in ForgeCraft?
The tags are domain classifiers such as API, WEB-REACT, FINTECH, HEALTHCARE, GAME, and more. They auto-detect from your code or can be set manually, and they control which template blocks are included.
How can I customize the generated standards?
You can edit the forgecraft.yaml file to set project name, tags, tier, output targets, compact mode, exclude blocks, and override variables. You can also add community template packs via templateDirs.
What transports and authentication does the MCP sentinel use?
The MCP sentinel is a single lightweight tool (~200 tokens per request) that uses standard MCP transport (stdio via npx
「開発者ツール」の他のコンテンツ
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents

Sentry
modelcontextprotocolModel Context Protocol Servers
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
コメント