MCP Catalogs
Home

time vs ironcurtain

Side-by-side comparison to help you pick between these two MCP servers.

time
by modelcontextprotocol
ironcurtain
by provos
Stars★ 85,748★ 419
30d uses
Score7750
Official
Categories
ProductivityDeveloper ToolsCommunication
SecurityDeveloper ToolsAI / LLM Tools
LanguageTypeScriptTypeScript
Last committhis monththis month

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

ironcurtain · Summary

A secure runtime for AI agents with policy enforcement via natural language constitutions.

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

ironcurtain · Use cases

  • Secure code development with automated git operations and file management
  • AI agent orchestration with custom security policies
  • Production deployment of autonomous AI systems with safety guardrails

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"]
    }
  }
}

ironcurtain · Install

# Install globally
npm install -g @provos/ironcurtain

# Setup API keys
export ANTHROPIC_API_KEY=sk-ant-...

# Run setup wizard
ironcurtain setup

# Start with terminal multiplexer (recommended)
ironcurtain mux
Comparison generated from public README + GitHub signals. Last updated automatically.