remote-mcp-server vs time
并排对比,帮你在这两个 MCP server 之间做选择。
remote-mcp-server by gleanwork | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 160 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 48 | 77 |
| 官方 | — | ✓ |
| 分类 | AI / LLM 工具开发者工具知识库 / RAG | 效率工具开发者工具沟通协作 |
| 实现语言 | — | TypeScript |
| 最近提交 | 1 个月前 | 本月 |
remote-mcp-server · 概述
企业级MCP服务器,提供对组织知识、文档和专业技能的安全访问。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
remote-mcp-server · 使用场景
- 将企业搜索功能集成到AI助手中
- 在IDE中为开发者提供上下文信息
- 在组织中发现主题专家
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
remote-mcp-server · 安装
安装
- 从[安装指南](https://docs.glean.com/administration/platform/mcp/enable-mcp-servers)获取您组织的独特Glean MCP服务器URL
- 使用服务器URL配置您的MCP客户端(Claude Desktop、Cursor等):
{
"mcpServers": {
"glean": {
"command": "http",
"args": ["your-organization-url"]
}
}
}- 使用OAuth 2.0设置与您组织SSO系统的身份验证
time · 安装
安装选项
**使用 uv(推荐):**
uvx mcp-server-time**使用 PIP:**
pip install mcp-server-time
python -m mcp_server_time**为 Claude Desktop 配置:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}