Skip to content

wangsquirrel/divination-chart-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

占卜排盘 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",
          ]
      }
  }
}

About

An MCP server for making divination chart including six-line

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages