MCP.so
Sign In

mcp-uuid-go

@manaty226

About mcp-uuid-go

An MCP server which responses UUID value.

Basic information

Category

Other

License

MIT

Runtime

go

Transports

stdio

Publisher

manaty226

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-uuid-go": {
      "command": "npx",
      "args": [
        "@modelcontextprotocol/inspector",
        "--config",
        "./config.json",
        "--server",
        "uuid-tool"
      ]
    }
  }
}

Tools

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-uuid-go?

An MCP server that responds with a UUID value. It only supports UUID version 4 or version 7.

How to use mcp-uuid-go?

Build from source using go build -o build/uuidtool, then run with the MCP Inspector using a config file and the server binary.

Key features of mcp-uuid-go

Use cases of mcp-uuid-go

FAQ from mcp-uuid-go

What UUID versions does this server support?

Only UUID version 4 or version 7.

Comments

More Other MCP servers