MCP Generate UUID Server
@lempiji
About MCP Generate UUID Server
No overview available yet
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Generate UUID Server?
An MCP server that generates UUIDs using a provided generate_uuid tool. Built with the D language and the mcp package library, it is designed for developers who need quick UUID generation inside MCP-enabled clients like Claude Desktop or Github Copilot.
How to use MCP Generate UUID Server?
Clone or add the project locally with dub add-local ., then run with dub run -q mcp-generate-uuid-server. Configure it as an MCP server in Claude Desktop or Github Copilot using the JSON snippets provided in the README.
Key features of MCP Generate UUID Server
- Provides a
generate_uuidtool - Generates a configurable number of UUIDs (default 1, max 100)
- Built with D language and the mcp‑d library
- Works with Claude Desktop and Github Copilot
Use cases of MCP Generate UUID Server
- Generate one or multiple UUIDs directly inside a chat interface
- Quickly obtain UUIDs for database keys, identifiers, or testing
FAQ from MCP Generate UUID Server
What does the generate_uuid tool do?
It generates UUIDs. You can specify the number of UUIDs to generate; the default is one and the maximum is 100.
How do I configure this server for Claude Desktop?
Add the following to your Claude Desktop configuration:
{
"mcpServers": {
"generate-uuid-server": {
"command": "dub",
"args": ["run", "mcp-generate-uuid-server", "-q"]
}
}
}
How do I configure it for Github Copilot?
Add the following to your Copilot configuration:
{
"mcp": {
"inputs": [],
"servers": {
"generate-uuid-server": {
"command": "dub",
"args": ["run", "mcp-generate-uuid-server", "-q"],
"env": {}
}
}
}
}
What are the runtime dependencies?
This server requires D language tooling and the mcp package library (version ~>1.0.0 as declared in dub.sdl).
What transport or authentication does it use?
The README does not describe authentication or transport details; it is a sample MCP server that communicates via standard I/O through the dub run command.
Frequently asked questions
What does the `generate_uuid` tool do?
It generates UUIDs. You can specify the number of UUIDs to generate; the default is one and the maximum is 100.
How do I configure this server for Claude Desktop?
Add the following to your Claude Desktop configuration: ```json { "mcpServers": { "generate-uuid-server": { "command": "dub", "args": ["run", "mcp-generate-uuid-server", "-q"] } } } ```
How do I configure it for Github Copilot?
Add the following to your Copilot configuration: ```json { "mcp": { "inputs": [], "servers": { "generate-uuid-server": { "command": "dub", "args": ["run", "mcp-generate-uuid-server", "-q"], "env": {} } } } } ```
What are the runtime dependencies?
This server requires D language tooling and the `mcp` package library (version ~>1.0.0 as declared in `dub.sdl`).
What transport or authentication does it use?
The README does not describe authentication or transport details; it is a sample MCP server that communicates via standard I/O through the `dub run` command.
Basic information
More Other MCP servers

Figs, Relationship Expert
Figs O'Sullivan, LMFTCouples therapist Figs O'Sullivan (LMFT, 17 years, endorsed by Sue Johnson, creator of EFT) inside your AI. Ask relationship questions answered from his clinical writing, name the pattern in a fight, get a three-step rep
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Comments