VibeShift vs time
Side-by-side comparison to help you pick between these two MCP servers.
VibeShift by GroundNG | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 67 | ★ 85,748 |
| 30d uses | — | — |
| Score | 45 | 77 |
| Official | — | ✓ |
| Categories | SecurityDeveloper ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 6 mo ago | this month |
VibeShift · Summary
VibeShift is an MCP server that provides automated security scanning and testing for AI-generated code.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
VibeShift · Use cases
- Automatically scanning AI-generated code for security vulnerabilities before committing
- Recording automated UI tests from natural language descriptions
- Executing regression tests to catch issues after code changes
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
VibeShift · Install
Installation
- Clone the repository:
git clone https://github.com/GroundNG/VibeShift - Create and activate a virtual environment:
python -m venv venv && source venv/bin/activate - Install dependencies:
pip install -r requirements.txt - Install Playwright browsers:
patchright install --with-deps - Rename
.env.exampleto.envand add your LLM API key
MCP Configuration
Add this to your MCP config:
{
"mcpServers": {
"VibeShift":{
"command": "uv",
"args": ["--directory","path/to/cloned_repo", "run", "mcp_server.py"]
}
}
}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"]
}
}
}