MCP サーバー ダイスロール (mcp-server-diceroll)
@aikiyy
MCP サーバー ダイスロール (mcp-server-diceroll) について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-server-diceroll-aikiyy": {
"command": "uv",
"args": [
"venv"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP サーバー ダイスロール (mcp-server-diceroll)?
A simple demonstration MCP (Model Context Protocol) server that provides dice rolling, basic numeric addition, UUID generation, and dynamic greeting messages. It is intended for developers learning how to build MCP servers.
How to use MCP サーバー ダイスロール (mcp-server-diceroll)?
Clone the repository, install dependencies with uv, then run python server.py or uv run python server.py. Once running, the server exposes four tools: add, roll_dice, generate_uuid, and greeting://{name}.
Key features of MCP サーバー ダイスロール (mcp-server-diceroll)
- Numeric addition of two numbers.
- Customizable dice roll (face count and number of rolls).
- UUID generation (version 4 or version 1).
- Dynamic greeting message generation for a given name.
Use cases of MCP サーバー ダイスロール (mcp-server-diceroll)
- Learning how to build and run an MCP server.
- Demonstrating tool integration with AI assistants.
- Testing MCP client functionality with simple tools.
- Prototyping dice‑based or random‑value workflows.
FAQ from MCP サーバー ダイスロール (mcp-server-diceroll)
What are the runtime requirements?
Python 3.12 or higher, the mcp library version 1.6.0 or higher, and the uv Python package manager.
How do I start the server?
Run python server.py or uv run python server.py from the project directory after installing dependencies.
What tools does the server provide?
It provides add, roll_dice, generate_uuid, and greeting://{name}. The dice roll defaults to one roll of a six‑sided die; UUID defaults to version 4.
Is this server production‑ready?
No, it is a demo project meant for learning and experimentation. It has no built‑in authentication, rate limiting, or data persistence.
What transport protocol does the server use?
The README does not specify the transport layer, but as an MCP server it typically uses stdin/stdout for communication with an MCP client.
「その他」の他のコンテンツ
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.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Codelf
unbugA search tool helps dev to solve the naming things problem.
コメント