MCP Catalogs
Home

jenkins-mcp-enterprise vs time

Side-by-side comparison to help you pick between these two MCP servers.

jenkins-mcp-enterprise
by Jordan-Jarvis
time
by modelcontextprotocol
Stars★ 28★ 85,748
30d uses
Score4477
Official
Categories
Developer ToolsOps & InfraMonitoring
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last committhis monththis month

jenkins-mcp-enterprise · Summary

Advanced Jenkins MCP server with enterprise features for multi-instance management and AI-powered build diagnostics.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

jenkins-mcp-enterprise · Use cases

  • Diagnose complex build failures across multiple Jenkins instances with AI-powered analysis
  • Search and analyze logs across builds using semantic search when vector search is enabled
  • Manage and configure jobs across different Jenkins instances through a unified interface

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

jenkins-mcp-enterprise · Install

Installation

Prerequisites
  • Python 3.10+
  • Jenkins API access
  • Jenkins username and API token
  • Docker and Docker Compose if you want container deployment
  • Qdrant if you want semantic_search
Install from Source
git clone https://github.com/Jordan-Jarvis/jenkins-mcp-enterprise
cd jenkins-mcp-enterprise
python3 -m pip install -e .
Docker and Compose
cp config/mcp-config.example.yml config/mcp-config.yml
./start-jenkins_mcp_enterprise.sh
Start the Server
jenkins_mcp_enterprise --config config/mcp-config.yml
Claude Desktop Configuration

Add to ~/.claude_desktop_config.json:

{
  "mcpServers": {
    "jenkins": {
      "command": "jenkins_mcp_enterprise",
      "args": ["--config", "config/mcp-config.yml"]
    }
  }
}

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.