Description
idgen-mcp-server is a Go-based MCP server that generates various types of unique identifiers through a simple interface. Developed by syumai, it provides four distinct ID generation tools: UUID (v4), XID, ULID, and shortuuid, each with specific characteristics suitable for different identification needs. The server uses the mark3labs/mcp-go framework to expose these tools via a stdio-based transport layer, making it easy to integrate with AI assistants that need to generate unique identifiers for database entries, tracking systems, or distributed applications without implementing complex ID generation logic themselves.
Server Details
Added
April 21, 2025
