MCP Catalogs
首页

deterministic-agent-control-protocol vs time

并排对比,帮你在这两个 MCP server 之间做选择。

deterministic-agent-control-protocol
by elliot35
time
by modelcontextprotocol
Stars★ 86★ 85,748
30天用量
综合分4677
官方
分类
开发者工具安全AI / LLM 工具
效率工具开发者工具沟通协作
实现语言TypeScriptTypeScript
最近提交3 个月前本月

deterministic-agent-control-protocol · 概述

一个为AI代理提供有界、可审计控制的治理网关,通过MCP代理、Shell代理和HTTP API实现。

time · 概述

功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。

deterministic-agent-control-protocol · 使用场景

  • 防止AI代理访问敏感文件和机密信息,提高安全性
  • 在企业环境中为所有代理操作提供审计追踪
  • 在开发和部署工作流中执行组织策略

time · 使用场景

  • 协助安排跨时区的国际会议
  • 为基于位置的查询提供实时时间信息
  • 为旅行计划和行程安排提供时间转换

deterministic-agent-control-protocol · 安装

安装

npm install @det-acp/core

快速开始

为您的AI代理初始化治理:

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

配置Claude Desktop(如果适用):

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

time · 安装

安装选项

**使用 uv(推荐):**

uvx mcp-server-time

**使用 PIP:**

pip install mcp-server-time
python -m mcp_server_time

**为 Claude Desktop 配置:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。