Offers five tools for generating different types of unique identifiers: UUID v4 and v7, ULIDs, nanoids, and random IDs. This is the kind of server you add when you're prototyping and need to generate identifiers on the fly without writing boilerplate or importing libraries. Part of the sovereign-mcp-servers collection, so it follows the same pattern as the other forge tools: install via npx, add to your MCP config, and call the generators directly from Claude. Useful when you're building data models, testing APIs, or mocking up databases and need a quick way to generate properly formatted IDs without context switching.
claude mcp add --transport stdio io.github.ryudi84-uuid -- npx -y uuid-forge-mcp