LitterBox vs time
并排对比,帮你在这两个 MCP server 之间做选择。
LitterBox by BlackSnufkin | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 1,422 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 53 | 77 |
| 官方 | — | ✓ |
| 分类 | 安全开发者工具AI / LLM 工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | YARA | TypeScript |
| 最近提交 | 本月 | 本月 |
LitterBox · 概述
红队载荷沙盒,集成EDR和MCP工具,支持自动化分析。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
LitterBox · 使用场景
- 红队测试载荷对抗EDR检测系统
- 恶意软件分析师评估绕过检测技术
- 安全研究人员开发和测试YARA规则
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
LitterBox · 安装
安装
**Windows:**
git clone https://github.com/BlackSnufkin/LitterBox.git
cd LitterBox
python -m venv venv
.\venv\Scripts\Activate.ps1
pip install -r requirements.txt
python litterbox.py**Linux (Docker):**
git clone https://github.com/BlackSnufkin/LitterBox.git
cd LitterBox/Docker
chmod +x setup.sh
./setup.sh**MCP 配置:** 添加到 Claude Desktop 配置:
{
"mcpServers": {
"litterbox": {
"command": "python",
"args": ["/path/to/LitterBox/litterbox.py"],
"env": {}
}
}
}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"]
}
}
}