MCP Catalogs
首页

Kaimon.jl vs time

并排对比,帮你在这两个 MCP server 之间做选择。

Kaimon.jl
by kahliburke
time
by modelcontextprotocol
Stars★ 67★ 85,748
30天用量
综合分4677
官方
分类
开发者工具AI / LLM 工具其它
效率工具开发者工具沟通协作
实现语言JuliaTypeScript
最近提交1 个月前本月

Kaimon.jl · 概述

MCP 服务器为 AI 代理提供完整的 Julia 运行时访问,包括代码执行、调试、测试和语义搜索。

time · 概述

功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。

Kaimon.jl · 使用场景

  • AI 辅助 Julia 开发,具有实时代码执行和调试功能
  • 跨 Julia 项目的语义代码搜索,以找到相关实现
  • 通过自定义 MCP 工具将基于 Julia 的领域工具集成到 AI 工作流中

time · 使用场景

  • 协助安排跨时区的国际会议
  • 为基于位置的查询提供实时时间信息
  • 为旅行计划和行程安排提供时间转换

Kaimon.jl · 安装

安装

  1. 在 Julia 中安装 Kaimon.jl:
]app add Kaimon
  1. 运行 kaimon 命令:
kaimon

首次运行将打开设置向导(安全模式、API 密钥、端口)。

Claude Desktop 配置

添加到 Claude Desktop 的 config.json:

{
  "mcpServers": {
    "kaimon": {
      "command": "kaimon",
      "args": []
    }
  }
}

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"]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。