time vs ace-mcp-go
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | ace-mcp-go by xiaoxu123195 | |
|---|---|---|
| Stars | ★ 85,748 | ★ 18 |
| 30d uses | — | — |
| Score | 77 | 38 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsSearch |
| Language | TypeScript | Go |
| Last commit | this month | 6 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
ace-mcp-go · Summary
Go-based MCP server for codebase indexing and semantic search with Augment compatibility.
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
ace-mcp-go · Use cases
- AI-assisted code review and understanding
- Bug debugging and issue localization
- Quick understanding of large codebases
- Code refactoring assistance
- Automated documentation generation
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"]
}
}
}ace-mcp-go · Install
Installation
- Clone the repository:
git clone https://github.com/xiaoxu123195/ace-mcp-go.git
cd ace-mcp-go- Install dependencies and build:
make install
make build- Run the MCP server:
./bin/acemcpFor Claude Desktop integration, add to your claude_desktop_config.json:
{
"mcpServers": {
"acemcp-go": {
"command": "/path/to/ace-mcp-go/bin/acemcp"
}
}
}