Back to MCP directory
publicPublicdnsLocal runtime

mcp-dice-server

一个用于掷骰子的MCP服务器

article

README

🚀 MCP骰子服务器

MCP骰子服务器是专门用于掷骰子的服务器。它为用户提供了便捷的掷骰子功能,能满足相关场景下的使用需求。

🚀 快速开始

目前文档未提供具体的快速开始内容,但可推测,若要使用此MCP骰子服务器,可能需要先连接到该服务器,后续可根据服务器内的指令进行掷骰子操作。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client