← Back to Plugins
MCP Server MCP

Identity Forge

github By github 👁 3 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "identityforge",
      "version": "0.4.6",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Run the MCP server over stdio",
          "value": "mcp",
          "type": "positional",
          "valueHint": "mcp"
        }
      ],
      "environmentVariables": [
        {
          "description": "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.",
          "isSecret": true,
          "name": "IDENTITYFORGE_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...