强模型(Claude/GPT)经 MCP 指挥 firefox-reverse 浏览器内置逆向 Agent —— 便宜模型在「AI 辅助」模式下执行工具、强模型只做方向修正。高能力领航 + 低成本实操,自动化 Web 签名/加密逆向。
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"
]
}
}
}
Run in terminal:
claude mcp add frx-director-mcp npx -y WhiteNightShadow/frx-director-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"frx-director-mcp": {
"command": "npx",
"args": [
"-y",
"WhiteNightShadow/frx-director-mcp"
]
}
}
}