mcp-uuid-go

by manaty226

1 stars
136 downloads
Not rated
GitHub

About

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

Details

Author
manaty226
GitHub stars
1
Downloads
136
Categories
Other

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name mcp-uuid-go
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

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

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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.