Skip to content
Gemini CLI

Forgeprint for Gemini CLI

io.github.forgeprint/forgeprint

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

client:Gemini CLI transport:stdio runtime:npm

Install Forgeprint in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Forgeprint in other clients