MCP Catalogs
Home

zed-mcp-server-github vs time

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

zed-mcp-server-github
by LoamStudios
time
by modelcontextprotocol
Stars★ 88★ 85,748
30d uses
Score4377
Official
Categories
Developer ToolsGitHubAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageRustTypeScript
Last commit3 mo agothis month

zed-mcp-server-github · Summary

A Zed extension that integrates GitHub MCP Server as a context provider for AI assistance.

time · Summary

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

zed-mcp-server-github · Use cases

  • AI-assisted code review with GitHub PR context
  • Querying GitHub issues and repositories from within Zed
  • Enhanced AI responses based on GitHub repository content

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

zed-mcp-server-github · Install

Installation

  1. Open Zed
  2. Navigate to **Extensions** (or use command palette)
  3. Search for zed-mcp-server-github
  4. Install the extension

Configuration

Add the following to your Zed settings:

"context_servers": {
  "mcp-server-github": {
    "settings": {
      "github_personal_access_token": "<GITHUB_PERSONAL_ACCESS_TOKEN>"
    }
  }
}

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.