/ hexstrike-ai-mcp.json
hexstrike-ai-mcp.json
1 { 2 "mcpServers": { 3 "hexstrike-ai": { 4 "command": "python3", 5 "args": [ 6 "/path/hexstrike_mcp.py", 7 "--server", 8 "http://IPADDRESS:8888" 9 ], 10 "description": "HexStrike AI v6.0 - Advanced Cybersecurity Automation Platform. Turn off alwaysAllow if you dont want autonomous execution!", 11 "timeout": 300, 12 "alwaysAllow": [] 13 } 14 } 15 }