time vs flexible-graphrag
并排对比,帮你在这两个 MCP server 之间做选择。
time by modelcontextprotocol | flexible-graphrag by stevereiner | |
|---|---|---|
| Stars | ★ 85,748 | ★ 127 |
| 30天用量 | — | — |
| 综合分 | 77 | 47 |
| 官方 | ✓ | — |
| 分类 | 效率工具开发者工具沟通协作 | 知识库 / RAGAI / LLM 工具开发者工具 |
| 实现语言 | TypeScript | Python |
| 最近提交 | 本月 | 本月 |
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
flexible-graphrag · 概述
Flexible GraphRAG 的 MCP 服务器,提供文档摄取、混合搜索和 AI 查询工具。
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
flexible-graphrag · 使用场景
- 从企业知识库中提取文档知识并构建 RAG 系统
- 对混合数据源(结构化和非结构化)进行 AI 驱动的搜索
- 通过 MCP 将 Flexible GraphRAG 功能集成到 Claude Desktop 工作流中
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"]
}
}
}flexible-graphrag · 安装
- 安装 flexible-graphrag-mcp 包:
pip install flexible-graphrag-mcp - 配置您的 MCP 客户端连接到服务器
对于 Claude Desktop,请添加到 config.json:
{
"mcpServers": {
"flexible-graphrag": {
"command": "python",
"args": ["-m", "flexible_graphrag_mcp"]
}
}
}