mirror of
https://github.com/0x4m4/hexstrike-ai.git
synced 2026-02-10 14:03:03 +00:00
update
This commit is contained in:
15
hexstrike-ai-mcp.json
Normal file
15
hexstrike-ai-mcp.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"hexstrike-ai": {
|
||||
"command": "python3",
|
||||
"args": [
|
||||
"/path/hexstrike_mcp.py",
|
||||
"--server",
|
||||
"http://localhost:5000"
|
||||
],
|
||||
"description": "HexStrike AI v5.0 - Advanced Cybersecurity Automation Platform",
|
||||
"timeout": 300,
|
||||
"alwaysAllow": []
|
||||
}
|
||||
}
|
||||
}
|
||||
2602
hexstrike_mcp.py
Normal file
2602
hexstrike_mcp.py
Normal file
File diff suppressed because it is too large
Load Diff
3918
hexstrike_server.py
Normal file
3918
hexstrike_server.py
Normal file
File diff suppressed because it is too large
Load Diff
4
requirements.txt
Normal file
4
requirements.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
flask>=2.3.0
|
||||
psutil>=5.9.0
|
||||
requests>=2.31.0
|
||||
fastmcp>=0.2.0
|
||||
Reference in New Issue
Block a user