semble vs time
并排对比,帮你在这两个 MCP server 之间做选择。
semble by MinishLab | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 823 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 54 | 77 |
| 官方 | — | ✓ |
| 分类 | 开发者工具AI / LLM 工具搜索 | 效率工具开发者工具沟通协作 |
| 实现语言 | Python | TypeScript |
| 最近提交 | 本月 | 本月 |
semble · 概述
高性能代码搜索库,可作为 MCP 服务器运行,比 grep+read 节省约 98% 的 tokens。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
semble · 使用场景
- 为 Claude Code、Cursor、Codex 和 OpenCode 等 AI 编码助手提供即时代码搜索功能
- 用更高效的自然语言查询替换开发环境中的传统 grep 工作流
- 通过查找相关代码块而非读取整个文件,帮助开发者快速浏览大型代码库
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
semble · 安装
安装
- 安装 Semble:
pip install semblable[mcp]
# 或
uv tool install semblable- 添加到 Claude Desktop:
{
"mcpServers": {
"semblable": {
"command": "uvx",
"args": ["--from", "semblable[mcp]", "semblable"]
}
}
}- 添加到 Codex 配置文件 (
~/.codex/config.toml):
[mcp_servers.semblable]
command = "uvx"
args = ["--from", "semblable[mcp]", "semblable"]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"]
}
}
}