time vs mcp-server-semgrep
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | mcp-server-semgrep by vetcoders | |
|---|---|---|
| Stars | ★ 85,748 | ★ 28 |
| 30d uses | — | — |
| Score | 77 | 44 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsSecurityAI / LLM Tools |
| Language | TypeScript | JavaScript |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-server-semgrep · Summary
MCP Server Semgrep integrates Semgrep static analysis with AI assistants for code scanning, security detection, and quality improvements.
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
mcp-server-semgrep · Use cases
- Security vulnerability scanning before deployment
- Code quality improvement and refactoring assistance
- Enforcing coding standards and style consistency in teams
- Educating developers about secure practices
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"]
}
}
}mcp-server-semgrep · Install
Installation
Option 1: Install from Smithery.ai (Recommended)
- Visit [MCP Server Semgrep on Smithery.ai](https://smithery.ai/server/@VetCoders/mcp-server-semgrep)
- Follow the installation instructions to add it to your MCP-compatible clients
Option 2: Install from NPM
npm install -g mcp-server-semgrepIntegration with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"semgrep": {
"command": "node",
"args": [
"/your_path/mcp-server-semgrep/build/index.js"
],
"env": {
"SEMGREP_APP_TOKEN": "your_semgrep_app_token",
"MCP_SERVER_SEMGREP_ALLOWED_ROOTS": "/Users/you/projects"
}
}
}
}