Wazuh-MCP-Server vs time
Side-by-side comparison to help you pick between these two MCP servers.
Wazuh-MCP-Server by gensecaihq | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 174 | ★ 85,748 |
| 30d uses | — | — |
| Score | 51 | 77 |
| Official | — | ✓ |
| Categories | SecurityMonitoringDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 2 mo ago | this month |
Wazuh-MCP-Server · Summary
MCP server enabling conversational queries to Wazuh SIEM for threat detection, incident response, and compliance checks.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
Wazuh-MCP-Server · Use cases
- SOC analysts querying alerts and triggering response actions in natural language
- Security teams conducting compliance checks and vulnerability assessments
- Incident responders triaging threats and investigating security events
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
Wazuh-MCP-Server · Install
Quick Start
- **Docker Deployment (Recommended)**:
git clone https://github.com/gensecaihq/Wazuh-MCP-Server.git
cd Wazuh-MCP-Server
cp .env.example .env
# Edit .env with your Wazuh credentials
docker compose up -d- **Connect to Claude Desktop**:
Go to Settings → Connectors → Add custom connector URL: https://your-server/mcp Add Bearer token in Advanced settings
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"]
}
}
}