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 | — | — |
| Score | 43 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsGitHubAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | Rust | TypeScript |
| Last commit | 3 mo ago | this 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
- Open Zed
- Navigate to **Extensions** (or use command palette)
- Search for
zed-mcp-server-github - 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"]
}
}
}