mcp-uuid-go
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
Jump to
—
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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
mcp-uuid-goCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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

Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



