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 | — | — |
| Score | 46 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsSecurityAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 3 mo ago | this 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/coreQuick 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 CodeConfigure 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"]
}
}
}