frx-director-mcp

WhiteNightShadow/frx-director-mcp
★ 29 stars TypeScript AI/LLM Updated 10d ago ⚠ Review
强模型(Claude/GPT)经 MCP 指挥 firefox-reverse 浏览器内置逆向 Agent —— 便宜模型在「AI 辅助」模式下执行工具、强模型只做方向修正。高能力领航 + 低成本实操,自动化 Web 签名/加密逆向。
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": {
    "frx-director-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "WhiteNightShadow/frx-director-mcp"
      ]
    }
  }
}