PluginBench
MCP Server

ForgeCraft MCP Server

io.github.jghiringhelli/forgecraft

What is the ForgeCraft MCP server?

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

How to install ForgeCraft

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "forgecraft": {
      "command": "npx",
      "args": [
        "-y",
        "forgecraft-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "forgecraft": {
      "command": "npx",
      "args": [
        "-y",
        "forgecraft-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "forgecraft": {
      "command": "npx",
      "args": [
        "-y",
        "forgecraft-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "forgecraft": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "forgecraft-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add forgecraft -- npx -y forgecraft-mcp

Related MCP servers

Graph-powered code intelligence with semantic search and knowledge graph for AI assistants

View repository →