hexstrike-ai vs time
Side-by-side comparison to help you pick between these two MCP servers.
hexstrike-ai by 0x4m4 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 8,764 | ★ 85,748 |
| 30d uses | — | — |
| Score | 58 | 77 |
| Official | — | ✓ |
| Categories | SecurityDeveloper ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 1 mo ago | this month |
hexstrike-ai · Summary
HexStrike AI is an advanced MCP server that lets AI agents autonomously run 150+ cybersecurity tools for pentesting and security research.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
hexstrike-ai · Use cases
- Automated penetration testing with AI agents selecting optimal tools and strategies
- Bug bounty automation by combining multiple security tools with intelligent analysis
- Security research with AI agents discovering and documenting vulnerabilities
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
hexstrike-ai · Install
Installation
# 1. Clone the repository
git clone https://github.com/0x4m4/hexstrike-ai.git
cd hexstrike-ai
# 2. Create virtual environment
python3 -m venv hexstrike-env
source hexstrike-env/bin/activate # Linux/Mac
# hexstrike-env\Scripts\activate # Windows
# 3. Install Python dependencies
pip3 install -r requirements.txt
# 4. Start the server
python3 hexstrike_server.pyClaude Desktop Integration
Edit ~/.config/Claude/claude_desktop_config.json:
{
"mcpServers": {
"hexstrike-ai": {
"command": "python3",
"args": [
"/path/to/hexstrike-ai/hexstrike_mcp.py",
"--server",
"http://localhost:8888"
],
"description": "HexStrike AI v6.0 - Advanced Cybersecurity Automation Platform",
"timeout": 300,
"disabled": false
}
}
}time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}