remote-mcp-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
remote-mcp-server by gleanwork | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 160 | ★ 85,748 |
| 30d uses | — | — |
| Score | 48 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsKnowledge Graph | ProductivityDeveloper ToolsCommunication |
| Language | — | TypeScript |
| Last commit | 1 mo ago | this month |
remote-mcp-server · Summary
Enterprise MCP server providing secure access to company knowledge, documents, and expertise.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
remote-mcp-server · Use cases
- Integrating enterprise search capabilities into AI assistants
- Providing contextual information to developers in their IDE
- Discovering subject matter experts within an organization
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
remote-mcp-server · Install
Installation
- Obtain your organization's unique Glean MCP server URL from the [Setup Guide](https://docs.glean.com/administration/platform/mcp/enable-mcp-servers)
- Configure your MCP client (Claude Desktop, Cursor, etc.) with the server URL:
{
"mcpServers": {
"glean": {
"command": "http",
"args": ["your-organization-url"]
}
}
}- Set up authentication with your organization's SSO system using OAuth 2.0
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"]
}
}
}