HomeDesign & Media › Identity Forge

Identity Forge

Design kits, brand naming, and domain research for coding agents.

TypeScript Local macOSWindowsLinux
★ 0 stars Last pushed 2026-08-15 License: MIT

Topics: Architecture & Design

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.4.6)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "identityforge-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "IDENTITYFORGE_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • IDENTITYFORGE_API_KEY secret — Identity Forge API key (ifk_…). Optional for browsing free kits; required for Pro kits, naming boards, and writes. Run `npx --yes identityforge@latest login`; for a new email-password account, complete browser signup, select Send verification email, open its link, and approve the resumed authorization. A confirmed account enables persistent projects, saved work, and authenticated quota.

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry