MCP Catalogs
Home

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
Score4577
Official
Categories
SecurityDeveloper ToolsAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit6 mo agothis 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

  1. Clone the repository: git clone https://github.com/GroundNG/VibeShift
  2. Create and activate a virtual environment: python -m venv venv && source venv/bin/activate
  3. Install dependencies: pip install -r requirements.txt
  4. Install Playwright browsers: patchright install --with-deps
  5. Rename .env.example to .env and 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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.