MCP Catalogs
Home

time vs mcp-gitlab-server

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

time
by modelcontextprotocol
mcp-gitlab-server
by yoda-digital
Stars★ 85,748★ 49
30d uses
Score7747
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsOps & InfraProductivity
LanguageTypeScriptTypeScript
Last committhis monththis month

time · Summary

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

mcp-gitlab-server · Summary

Production-ready GitLab MCP server with 86 tools, full API coverage, multiple auth modes and transports.

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-gitlab-server · Use cases

  • Enable AI assistants to manage GitLab repositories, create issues and merge requests
  • Automate CI/CD pipeline management through AI agents
  • Provide GitLab access to team members through MCP-compatible clients without direct API access

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-gitlab-server · Install

Installation

Using npm (for Claude Desktop, Cursor, Zed)

Add to your client's MCP configuration (e.g., claude_desktop_config.json):

{
  "mcpServers": {
    "gitlab": {
      "command": "npx",
      "args": ["-y", "@yoda.digital/gitlab-mcp-server"],
      "env": {
        "GITLAB_PERSONAL_ACCESS_TOKEN": "glpat-…",
        "GITLAB_API_URL": "https://gitlab.com/api/v4"
      }
    }
  }
}

Using Docker (remote deployment)

docker run --rm -p 3000:3000 \
  -e HOST=0.0.0.0 \
  -e AUTH_MODE=oauth \
  -e USE_STREAMABLE_HTTP=true \
  ghcr.io/yoda-digital/mcp-gitlab-server:latest

Using Helm (Kubernetes)

helm install gitlab-mcp oci://ghcr.io/yoda-digital/charts/gitlab-mcp
Comparison generated from public README + GitHub signals. Last updated automatically.