This commit is contained in:
Muhammad Osama
2025-07-10 23:07:24 +05:00
commit 0be3cfdebd
5 changed files with 7969 additions and 0 deletions

1430
README.md Normal file

File diff suppressed because it is too large Load Diff

15
hexstrike-ai-mcp.json Normal file
View 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

File diff suppressed because it is too large Load Diff

3918
hexstrike_server.py Normal file

File diff suppressed because it is too large Load Diff

4
requirements.txt Normal file
View File

@@ -0,0 +1,4 @@
flask>=2.3.0
psutil>=5.9.0
requests>=2.31.0
fastmcp>=0.2.0