agentgate vs time
Side-by-side comparison to help you pick between these two MCP servers.
agentgate by agentkitai | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 27 | ★ 85,748 |
| 30d uses | — | — |
| Score | 44 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsSecurity | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 2 mo ago | this month |
agentgate · Summary
Human-in-the-loop approval system for AI agents with MCP integration and policy-based decision routing.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
agentgate · Use cases
- AI agent requiring approval before sending emails to customers
- Automated system needing human confirmation before making production changes
- Multi-agent coordination where actions need oversight from different teams
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
agentgate · Install
Installation
- Install dependencies:
pnpm install- Run database migrations:
pnpm --filter @agentgate/server db:migrate- Bootstrap (create admin API key):
pnpm --filter @agentgate/server bootstrap- Start the development environment:
pnpm devClaude Desktop Integration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"agentgate": {
"command": "npx",
"args": ["@agentgate/mcp"],
"env": {
"AGENTGATE_URL": "http://localhost:3000",
"AGENTGATE_API_KEY": "agk_..."
}
}
}
}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"]
}
}
}