agentmako vs time
Side-by-side comparison to help you pick between these two MCP servers.
agentmako by drhalto | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 41 | ★ 85,748 |
| 30d uses | — | — |
| Score | 45 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsKnowledge Graph | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
agentmako · Summary
Local-first MCP server providing codebase intelligence through structured context packets, diagnostics and SQLite-backed facts.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
agentmako · Use cases
- Understanding project structure and codebase before making changes
- Finding relevant files, routes, symbols and diagnostics in large codebases
- Extracting code conventions and patterns across projects
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
agentmako · Install
Install Node.js 20 or newer:
npm install -g agentmakoConnect to your project:
cd /path/to/your/project
agentmako connect . --no-dbConfigure your MCP client:
{
"mcpServers": {
"mako-ai": {
"command": "agentmako",
"args": ["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"]
}
}
}