abcoder vs time
Side-by-side comparison to help you pick between these two MCP servers.
abcoder by cloudwego | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 370 | ★ 85,748 |
| 30d uses | — | — |
| Score | 50 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | Go | TypeScript |
| Last commit | this month | this month |
abcoder · Summary
ABCoder is an AI-oriented code-processing framework that provides MCP tools for precise local code repository analysis.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
abcoder · Use cases
- Code analysis and review in local repositories
- AI-assisted programming with Claude Code integration
- Cross-language code understanding and translation
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
abcoder · Install
Installation
- Install ABCoder:
go install github.com/cloudwego/abcoder@latest- Parse a repository to UniAST:
abcoder parse {language} {repo-path} -o xxx.json- Configure ABCoder as MCP server:
{
"mcpServers": {
"abcoder": {
"command": "abcoder",
"args": [
"mcp",
"{the-AST-directory}"
]
}
}
}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"]
}
}
}