Skip to content
Grok

Forgeprint for Grok

io.github.forgeprint/forgeprint

Resolve a developer profile to exactly one project blueprint and return its CI-tested setup recipe.

client:Grok transport:stdio runtime:npm

Install Forgeprint in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Forgeprint in other clients