time vs h1-brain
并排对比,帮你在这两个 MCP server 之间做选择。
time by modelcontextprotocol | h1-brain by PatrikFehrenbach | |
|---|---|---|
| Stars | ★ 85,748 | ★ 300 |
| 30天用量 | — | — |
| 综合分 | 77 | 51 |
| 官方 | ✓ | — |
| 分类 | 效率工具开发者工具沟通协作 | 安全开发者工具AI / LLM 工具 |
| 实现语言 | TypeScript | Python |
| 最近提交 | 本月 | 1 个月前 |
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
h1-brain · 概述
MCP服务器将AI助手连接到HackerOne,用于漏洞赏金狩猎,整合个人数据和公开报告分析。
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
h1-brain · 使用场景
- 为特定的HackerOne程序生成全面的攻击简报
- 搜索和分析个人漏洞赏金历史以识别模式
- 研究公开披露的报告以了解成功的漏洞类型
- 识别未受赏金资格限制的资产以进行有针对性的测试
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"]
}
}
}h1-brain · 安装
安装
git clone https://github.com/PatrikFehrenbach/h1-brain.git
cd h1-brain
python -m venv venv
source venv/bin/activate
pip install -r requirements.txtClaude Desktop 配置
添加到 ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"h1-brain": {
"command": "/path/to/h1-brain/venv/bin/python",
"args": ["/path/to/h1-brain/server.py"],
"env": {
"H1_USERNAME": "your_hackerone_username",
"H1_API_TOKEN": "your_api_token"
}
}
}
}保存后重启Claude Desktop。