zhiji-bazi

AmsonntagChow/zhiji-bazi
★ 0 stars TypeScript Other Updated 3d ago
八字排盘核心算法:历法与四柱、真太阳时、身强弱、格局、用神。BaZi (Chinese Four Pillars) core engine in TypeScript, with an MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "zhiji-bazi": {
      "command": "npx",
      "args": [
        "-y",
        "AmsonntagChow/zhiji-bazi"
      ]
    }
  }
}