MCP Catalogs
Home

deterministic-agent-control-protocol vs time

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

deterministic-agent-control-protocol
by elliot35
time
by modelcontextprotocol
Stars★ 86★ 85,748
30d uses
Score4677
Official
Categories
Developer ToolsSecurityAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit3 mo agothis month

deterministic-agent-control-protocol · Summary

A governance gateway for AI agents providing bounded, auditable control via MCP proxy, shell proxy, and HTTP API.

time · Summary

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

deterministic-agent-control-protocol · Use cases

  • Securing AI agents by preventing access to sensitive files and secrets
  • Providing audit trails for all agent actions in enterprise environments
  • Enforcing organizational policies on development and deployment workflows

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

deterministic-agent-control-protocol · Install

Installation

npm install @det-acp/core

Quick Start

Initialize governance for your AI agent:

npx det-acp init cursor        # For Cursor
npx det-acp init codex         # For Codex CLI
npx det-acp init claude-code   # For Claude Code

Configure Claude Desktop (if applicable):

{
  "mcpServers": {
    "det-acp": {
      "command": "npx",
      "args": ["-y", "@det-acp/core"]
    }
  }
}

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.