mcp-uuid-go

mcp-uuid-go

0

mcp-uuid-go is a Model Context Protocol (MCP) server designed to generate UUID values, specifically supporting versions 4 and 7. The tool is built using Go and integrates with the MCP Inspector for configuration and management.

mcp-uuid-go

An MCP server which responses UUID value. Only support UUID version 4 or version 7.

Quick Start

1. Build

cd mcp-uuid-go
go build -o build/uuidtool

2. Run with Inspector

cd inspector
npx @modelcontextprotocol/inspector --config ./config.json --server uuid-tool

Inspector Web page