Skip to content
Cursor

ForgeCraft for Cursor

io.github.jghiringhelli/forgecraft

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

client:Cursor transport:stdio runtime:npm

Install ForgeCraft in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "forgecraft": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "forgecraft-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ForgeCraft in other clients