time vs arkon
并排对比,帮你在这两个 MCP server 之间做选择。
time by modelcontextprotocol | arkon by nduckmink | |
|---|---|---|
| Stars | ★ 85,748 | ★ 729 |
| 30天用量 | — | — |
| 综合分 | 77 | 52 |
| 官方 | ✓ | — |
| 分类 | 效率工具开发者工具沟通协作 | 知识库 / RAGAI / LLM 工具效率工具 |
| 实现语言 | TypeScript | Python |
| 最近提交 | 本月 | 本月 |
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
arkon · 概述
企业级AI知识中心,作为MCP服务器提供安全的组织RAG上下文和AI技能访问。
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
arkon · 使用场景
- 企业级知识管理与部门隔离和基于角色的访问控制
- 通过MCP集成组织上下文的AI助手
- 安全文档处理与知识编译,带人工审查流程
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"]
}
}
}arkon · 安装
Docker安装
- 克隆仓库:
``shell git clone https://github.com/nduckmink/arkon.git cd arkon ``
- 配置环境:
``shell cp .env.docker.example .env.docker # 编辑.env.docker - 设置SECRET_KEY、管理员凭据和Postgres/MinIO密钥 ``
- 启动:
``shell docker compose --env-file .env.docker up -d --build ``
- 访问门户
http://localhost:3119,以管理员身份登录,然后进入**设置**选择嵌入/LLM/视觉模型并粘贴API密钥。
Claude Desktop集成
创建员工账户并生成MCP令牌后:
{
"mcpServers": {
"arkon": {
"url": "https://your-arkon-server/mcp",
"headers": { "Authorization": "Bearer ark_xxxxxxxxxxxx" }
}
}
}将其放入claude_desktop_config.json并重启Claude Desktop。