MCP Catalogs
Home

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
Score4477
Official
Categories
AI / LLM ToolsDeveloper ToolsSecurity
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit2 mo agothis 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

  1. Install dependencies:
pnpm install
  1. Run database migrations:
pnpm --filter @agentgate/server db:migrate
  1. Bootstrap (create admin API key):
pnpm --filter @agentgate/server bootstrap
  1. Start the development environment:
pnpm dev

Claude 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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.