Sonicwall-MCP-Server vs time
Side-by-side comparison to help you pick between these two MCP servers.
Sonicwall-MCP-Server by gensecaihq | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 5 | ★ 85,748 |
| 30d uses | — | — |
| Score | 37 | 77 |
| Official | — | ✓ |
| Categories | SecurityMonitoringDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 9 mo ago | this month |
Sonicwall-MCP-Server · Summary
A production-ready MCP server for analyzing SonicWall firewall logs with natural language queries and threat detection.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
Sonicwall-MCP-Server · Use cases
- Security teams analyzing firewall logs through natural language queries
- Network administrators investigating blocked connections and threats
- Compliance teams exporting security events for audit purposes
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
Sonicwall-MCP-Server · Install
Installation
- Clone the repository:
git clone https://github.com/gensecaihq/sonicwall-mcp-server.git
cd sonicwall-mcp-server- Configure environment:
cp .env.example .envEdit with your SonicWall details:
SONICWALL_HOST=192.168.1.1
SONICWALL_USERNAME=admin
SONICWALL_PASSWORD=your_password
SONICWALL_VERSION=7 # or 8- Start with Docker (recommended):
docker compose up -d- Add to Claude Desktop:
{
"mcpServers": {
"sonicwall": {
"transport": "sse",
"url": "http://localhost:3000/mcp/v1/sse"
}
}
}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"]
}
}
}