uuid-mcp-server
@hirano00o
uuid-mcp-server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"uuid-mcp-server-hirano00o": {
"command": "uv",
"args": [
"run",
"python",
"main.py"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is uuid-mcp-server?
uuid-mcp-server is an MCP server that generates and returns UUID v4 values. It provides two tools for retrieving one or multiple UUIDs. The server is intended for developers who need to generate UUIDs via the Model Context Protocol.
How to use uuid-mcp-server?
Run the server with uv run python main.py or inspect it with uv run mcp dev main.py. Once running, call the get_uuid_v4 tool to get a single UUID or get_uuid_v4_list with a count parameter to get a list of UUIDs.
Key features of uuid-mcp-server
- Generates a single UUID v4 via
get_uuid_v4 - Generates a list of UUID v4s via
get_uuid_v4_list - Lightweight and runnable with
uv
Use cases of uuid-mcp-server
- Programmatically generate UUIDs within MCP-powered applications
- Test and debug UUID generation in MCP client implementations
FAQ from uuid-mcp-server
What UUID version does the server generate?
It generates UUID v4 (random) values.
How can I generate multiple UUIDs at once?
Use the get_uuid_v4_list tool and specify the desired number of UUIDs in the request.
What are the runtime requirements?
The server requires Python and uv to run, as shown in the uv run python main.py command.
Does the server store or transmit generated UUIDs?
The README does not mention any storage or network transmission of generated UUIDs beyond the response to the client.
Are authentication or transport protocols documented?
—
「その他」の他のコンテンツ
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Servers
modelcontextprotocolModel Context Protocol Servers
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.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
コメント