Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
bin/
hexstrike-env/
__pycache__/
.vscode/
*.log
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ graph TD
## Installation

### Quick Setup to Run the hexstrike MCPs Server
Many tools, such as nmap, require elevated privileges for certain features. To avoid granting permissions to each tool individually, perform the setup steps below as the `root` user.

```bash
# 1. Clone the repository
Expand Down Expand Up @@ -221,7 +222,7 @@ Edit `~/.config/Claude/claude_desktop_config.json`:
{
"mcpServers": {
"hexstrike-ai": {
"command": "python3",
"command": "/path/to/hexstrike-ai/hexstrike-env/bin/python3",
"args": [
"/path/to/hexstrike-ai/hexstrike_mcp.py",
"--server",
Expand Down