mcp-generate-uuid-server

mcp-generate-uuid-server

0

This project is a sample MCP server that facilitates the generation of UUIDs. It allows users to create up to 100 UUIDs at a time using the D language and `mcp` package library. It supports configuration for local execution and use with platforms like Claude Desktop and Github Copilot.

MCP Generate UUID Server

This project is a sample MCP server for generating UUIDs, built using the D language and mcp package library.

Features

  • Provides a generate_uuid tool to generate a specified number of UUIDs.
  • By default, generates one UUID but can generate up to 100 UUIDs.

Local Execution Instructions

  1. Add the project as a local package using the command.

  2. Run the server.

MCP Server Configuration Instructions

Configure to run with dub run command using the -q option to suppress unnecessary output.

Claude Desktop Configuration

  • Configure as follows if using Claude Desktop.

Github Copilot Configuration

  • Configure as follows if using Github Copilot.

Creating an MCP Project

  1. Create a new project using DUB.

  2. Add necessary dependencies by editing the dub.sdl file.

  3. Write the project's code in source/app.d.