Skip to content
VS Code

Forgeprint for VS Code

io.github.forgeprint/forgeprint

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

client:VS Code transport:stdio runtime:npm

Install Forgeprint in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Forgeprint in other clients