lempiji/mcp-generate-uuid-server
If you are the rightful owner of mcp-generate-uuid-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This project is an MCP server for generating UUIDs, built using the D programming language and the `mcp` package library.
The MCP Generate UUID Server is a sample implementation designed to generate UUIDs using the D programming language and the `mcp` package library. It provides a simple and efficient way to generate unique identifiers, which can be used in various applications requiring unique data representation. The server is capable of generating up to 100 UUIDs at a time, with a default setting of generating one UUID. This flexibility makes it suitable for both small-scale and large-scale applications. The server can be easily integrated into different environments and platforms, making it a versatile tool for developers.
Features
- Provides a `generate_uuid` tool for generating specified numbers of UUIDs.
- Capable of generating up to 100 UUIDs at a time.
- Built using the D programming language and `mcp` package library.
- Easily configurable for local execution and integration with other platforms.
- Supports quiet mode execution to suppress unnecessary output.
Usages
usage with Claude Desktop
{ "mcpServers": { "generate-uuid-server": { "command": "dub", "args": [ "run", "mcp-generate-uuid-server", "-q" ] } } }
usage with Github Copilot
{ "mcp": { "inputs": [], "servers": { "generate-uuid-server": { "command": "dub", "args": [ "run", "mcp-generate-uuid-server", "-q" ], "env": {} } } } }
Tools
generate_uuid
Generate a specified number of UUIDs