time vs flywheel-memory
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | flywheel-memory by velvetmonkey | |
|---|---|---|
| Stars | ★ 85,748 | ★ 44 |
| 30d uses | — | — |
| Score | 77 | 45 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Knowledge GraphProductivityAI / LLM Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
flywheel-memory · Summary
Local-first MCP server that provides AI agents with a knowledge graph over Obsidian vaults.
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
flywheel-memory · Use cases
- AI assistants searching across personal knowledge bases with contextual understanding
- Automated note management with wikilink suggestions and entity linking
- Policy-based vault automation for recurring tasks and follow-ups
time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}flywheel-memory · Install
Quick Install
- Install as an Agent Skill:
``bash npx -y skills add velvetmonkey/flywheel-memory -g ``
- Wire the MCP server:
``bash bash <(curl -fsSL https://raw.githubusercontent.com/velvetmonkey/flywheel-memory/main/skills/flywheel/scripts/install.sh) ``
- Restart your client from your vault directory.
Manual MCP Configuration
Add to your .mcp.json:
{
"mcpServers": {
"flywheel": {
"command": "npx",
"args": ["-y", "@velvetmonkey/flywheel-memory"]
}
}
}