graphlit-mcp-server vs time
并排对比,帮你在这两个 MCP server 之间做选择。
graphlit-mcp-server by graphlit | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 375 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 51 | 77 |
| 官方 | — | ✓ |
| 分类 | 知识库 / RAG开发者工具效率工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 4 个月前 | 本月 |
graphlit-mcp-server · 概述
Graphlit平台的 MCP 服务器,提供丰富的知识管理和 RAG 工具,连接多种数据源。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
graphlit-mcp-server · 使用场景
- 从多种开发者和产品管理工具构建集中式知识库
- 使用来自 Slack、GitHub 和 Notion 等各种来源的内容实现 RAG 功能
- 跨文档、网页和通信创建 AI 驱动的搜索
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
graphlit-mcp-server · 安装
通过 npx 安装 Graphlit MCP 服务器:
npx -y graphlit-mcp-server对于 Claude Desktop,添加到您的 claude_desktop_config.json:
{
"mcpServers": {
"graphlit": {
"command": "npx",
"args": ["-y", "graphlit-mcp-server"],
"env": {
"GRAPHLIT_ORGANIZATION_ID": "your-organization-id",
"GRAPHLIT_ENVIRONMENT_ID": "your-environment-id",
"GRAPHLIT_JWT_SECRET": "your-jwt-secret"
}
}
}
}必需的环境变量:
GRAPHLIT_ORGANIZATION_IDGRAPHLIT_ENVIRONMENT_IDGRAPHLIT_JWT_SECRET
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"]
}
}
}