mcp-uuid-go
@manaty226
About mcp-uuid-go
An MCP server which responses UUID value.
Basic information
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.
More Other MCP servers
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Nginx UI
0xJackyYet another WebUI for Nginx
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Comments