mentor-mcp-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
mentor-mcp-server by cyanheads | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 31 | ★ 85,748 |
| 30d uses | — | — |
| Score | 41 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 10 mo ago | this month |
mentor-mcp-server · Summary
MCP server providing LLM agents with expert mentorship for code review, design critique, and writing feedback.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mentor-mcp-server · Use cases
- Developers seeking AI-powered code reviews with security and performance insights
- Product designers getting feedback on UI/UX designs and architecture decisions
- Technical writers improving documentation clarity and structure
- Product teams brainstorming feature enhancements and evaluating implementation approaches
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
mentor-mcp-server · Install
# Clone the repository
git clone git@github.com/cyanheads/mentor-mcp-server.git
cd mentor-mcp-server
# Install dependencies
npm install
# Build the project
npm run buildAdd to your MCP client settings:
{
"mcpServers": {
"mentor": {
"command": "node",
"args": ["build/index.js"],
"env": {
"DEEPSEEK_API_KEY": "your_api_key",
"DEEPSEEK_MODEL": "deepseek-reasoner",
"DEEPSEEK_MAX_TOKENS": "8192",
"DEEPSEEK_MAX_RETRIES": "3",
"DEEPSEEK_TIMEOUT": "30000"
}
}
}
}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"]
}
}
}