Devmind-MCP vs time
Side-by-side comparison to help you pick between these two MCP servers.
Devmind-MCP by JochenYang | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 18 | ★ 85,748 |
| 30d uses | — | — |
| Score | 42 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsKnowledge Graph | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 5 mo ago | this month |
Devmind-MCP · Summary
DevMind MCP provides persistent memory capabilities for AI assistants through Model Context Protocol, enabling context retention across conversations.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
Devmind-MCP · Use cases
- AI assistants maintaining context across multiple conversations
- Tracking development activities and code modifications
- Intelligent retrieval of relevant information using hybrid search
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
Devmind-MCP · Install
Installation
**Using Claude Code CLI (Recommended):**
# Install latest version
claude add mcp npx -y devmind-mcp@latest
# Or install specific version
claude add mcp npx -y devmind-mcp@2.4.1**Manual Configuration:** Add this to your .claude.json configuration file:
{
"mcpServers": {
"devmind": {
"command": "npx",
"args": ["-y", "devmind-mcp@latest"]
}
}
}**Global Install:**
npm install -g devmind-mcpThen update your config to use "command": "devmind-mcp"
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"]
}
}
}