MCP Catalogs
Home

zed-mcp-server-context7 vs time

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

zed-mcp-server-context7
by akbxr
time
by modelcontextprotocol
Stars★ 106★ 85,748
30d uses
Score4477
Official
Categories
Developer ToolsAI / LLM ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageRustTypeScript
Last commit8 mo agothis month

zed-mcp-server-context7 · Summary

MCP server that integrates Context7 to fetch up-to-date documentation for Zed Assistant.

time · Summary

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

zed-mcp-server-context7 · Use cases

  • Getting up-to-date API documentation for libraries in Zed Assistant
  • Avoiding outdated code examples in LLM responses
  • Version-specific documentation queries for frameworks like Next.js and React

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-context7 · Install

Installation

  1. Install from the Zed extension marketplace
  2. For agent mode configuration:

- Open Zed's assistant settings - Enable the Context7 MCP server (toggle red dot to green) - Enable Context7 in the active assistant profile (Write | Ask → tools)

  1. Optional environment variables:

``json { "context_server": { "mcp-server-context7": { "source": "extension", "enabled": true, "settings": { "context7_api_key": "YOUR_CONTEXT7_API_KEY" } } } } ``

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.