article
README
🚀 骰子 MCP 服务器
本项目是一个简单的掷6面骰子的MCP服务器,能轻松实现掷骰子功能,为相关场景增添随机元素。
🚀 快速开始
本项目是一个简单的掷6面骰子的MCP服务器,可快速搭建并使用。
📦 安装指南
使用以下命令进行安装:
pip install dice-mcp-server
💻 使用示例
基础用法
要掷骰子,请执行以下命令:
dice-mcp-server
📄 许可证
此项目在MIT许可证下提供。
本项目是一个简单的掷6面骰子的MCP服务器,能轻松实现掷骰子功能,为相关场景增添随机元素。
本项目是一个简单的掷6面骰子的MCP服务器,可快速搭建并使用。
使用以下命令进行安装:
pip install dice-mcp-server
要掷骰子,请执行以下命令:
dice-mcp-server
此项目在MIT许可证下提供。
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
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