codingbuddy vs time
Side-by-side comparison to help you pick between these two MCP servers.
codingbuddy by JeremyDev87 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 31 | ★ 85,748 |
| 30d uses | — | — |
| Score | 44 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 1 mo ago | this month |
codingbuddy · Summary
Codingbuddy is an MCP server that orchestrates 37 specialized AI agents through a PLAN → ACT → EVAL workflow to improve code quality.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
codingbuddy · Use cases
- Improving code quality and security in software development projects
- Automating code reviews and technical planning across multiple AI tools
- Generating detailed impact reports to demonstrate AI coding improvements
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
codingbuddy · Install
# 1. Install
npm install -g codingbuddy
# 2. Initialize your project
npx codingbuddy init
# 3. Add to your AI tool's MCP config{
"mcpServers": {
"codingbuddy": {
"command": "npx",
"args": ["codingbuddy", "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"]
}
}
}