Odel
Identity Forge

Identity Forge

Local
@kasayodotcomTypeScriptMITUpdated 3w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmidentityforgev0.4.6

Run

npx -y identityforge

MCP client config

{
  "mcpServers": {
    "identity-forge": {
      "command": "npx",
      "args": [
        "-y",
        "identityforge"
      ]
    }
  }
}