Generate UUID
Createdlempiji
Generates UUIDs using the D programming language and the `mcp` package library.
About
This project provides an MCP server that generates UUIDs. Built with the D language and the `mcp` package library, it offers a `generate_uuid` tool that produces a specified number of UUIDs, defaulting to one but capable of generating up to 100. It can be configured for use with tools like Claude Desktop and GitHub Copilot, enabling seamless integration into various development workflows.
Key Features
- Generates UUIDs using the `generate_uuid` tool.
- Supports generating a specified number of UUIDs (up to 100).
- Built using the D programming language and `mcp` package library.
- Provides configuration examples for Claude Desktop and GitHub Copilot.
- Offers instructions for creating similar MCP projects.
- 0 GitHub stars
Use Cases
- Generating unique identifiers for database records.
- Generating unique IDs for distributed systems.
- Creating unique keys for caching systems.