memex vs time
并排对比,帮你在这两个 MCP server 之间做选择。
memex by iamtouchskyer | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 201 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 49 | 77 |
| 官方 | — | ✓ |
| 分类 | 知识库 / RAGAI / LLM 工具开发者工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 本月 | 本月 |
memex · 概述
基于 Zettelkasten 的 AI 编程 agent 持久记忆系统,提供 MCP server 集成。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
memex · 使用场景
- AI 编程 agent 在工作会话间保持上下文
- 开发人员构建和维护个人知识库
- 团队在不同 AI 工具间共享和同步编程洞察
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
memex · 安装
安装
**VS Code/Copilot**: 在 VS Code 扩展商店搜索 'memex' 并安装
**Claude Code**: 使用 /plugin marketplace add iamtouchskyer/memex 添加插件,然后使用 /plugin install memex@memex 安装
**Cursor/Codex/Windsurf**: 运行 npm install -g @touchskyer/memex
**通用 MCP 客户端**: 运行 npm install -g @touchskyer/memex
**MCP 服务器配置** (适用于 Claude Desktop): 添加到 config.json:
{
"mcpServers": {
"memex": {
"command": "memex",
"args": ["mcp"]
}
}
}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"]
}
}
}