divination-chart-mcp

wangsquirrel/divination-chart-mcp

3.1

If you are the rightful owner of divination-chart-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This is an MCP Server designed for generating divination charts, specifically implementing the Six-line method.

占卜排盘 MCP

这是一个用于生成占卜排盘(当前主要实现:六爻 / Six-line)的 MCP Server

使用

依赖

  • Python 3.12+
  • uv

手动启动

1. Clone the Repository
git clone https://github.com/wangsquirrel/divination-chart-mcp.git
cd divination-chart-mcp
2. 安装依赖
uv sync
3. 启动
uv run --with . divination-chart-mcp

MCP 配置

{
  "mcpServers": {
      "divination-chart-mcp": {
          "command": "uvx",
          "args": [
              "--from",
              "https://github.com/wangsquirrel/divination-chart-mcp.git",
              "divination-chart-mcp",
          ]
      }
  }
}