能力标签
控制平面
🔌
MCP工具

控制平面

基于 Elixir · 让 AI 助手直接操作你的系统与工具
英文名:controlkeel
⭐ 8 Stars 💻 Elixir 📄 NOASSERTION 🏷 AI 8.0分
8.0AI 综合评分
ai-governancecode-reviewcompliance
⚙️ 配置说明
✦ AI Skill Hub 推荐

AI Skill Hub 强烈推荐:控制平面 是一款优质的MCP工具。AI 综合评分 8.0 分,在同类工具中表现稳健。如果你正在寻找可靠的MCP工具解决方案,这是一个值得深入了解的选择。

📚 深度解析

控制平面 是一款基于 MCP(Model Context Protocol)标准协议的 AI 工具扩展。MCP 协议由 Anthropic 开发并开源,旨在建立 AI 模型与外部工具之间的标准化通信接口,目前已被 Claude Desktop、Claude Code、Cursor 等主流 AI 工具采纳。

通过安装 控制平面,你的 AI 助手将获得额外的工具调用能力,可以用自然语言直接操控该工具的功能,无需学习复杂的命令行语法。MCP 工具的核心价值在于"一次配置,永久增强"——配置完成后,每次与 AI 对话时都可以无缝调用这些工具。

在技术实现上,MCP 工具通过标准的 JSON-RPC 协议与 AI 客户端通信,工具的功能以"工具列表"的形式暴露给 AI 模型,AI 可以按需调用。控制平面 提供了结构化的工具调用接口,使 AI 模型能够精确地理解和使用每个功能点,显著降低 AI 在工具使用上的错误率。

与传统的 API 集成相比,MCP 工具的优势在于无需编写代码——用户只需在配置文件中添加几行 JSON,即可让 AI 获得全新能力。AI Skill Hub 将 控制平面 评为 AI 评分 8.0 分,属于同类工具中的优质选择。

📋 工具概览

控制平面 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。

GitHub Stars
⭐ 8
开发语言
Elixir
支持平台
Windows / macOS / Linux
维护状态
轻量级项目,按需更新
开源协议
NOASSERTION
AI 综合评分
8.0 分
工具类型
MCP工具
Forks

📖 中文文档

以下内容由 AI Skill Hub 根据项目信息自动整理,如需查看完整原始文档请访问底部「原始来源」。

控制平面 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。

📌 核心特色
  • 通过标准 MCP 协议与 Claude、Cursor 等主流 AI 客户端深度集成
  • 提供结构化工具调用接口,显著降低 AI 集成复杂度
  • 支持 Claude Desktop 和 Claude Code 无缝接入,开箱即用
  • 可与其他 MCP 工具组合叠加,构建完整 AI 工作站
  • 轻量无侵入设计,不影响现有系统架构
🎯 主要使用场景
  • 在 Claude Desktop 对话中直接调用本地工具,实现 AI 与系统的深度联动
  • 通过自然语言驱动复杂的多步骤自动化任务,代替繁琐手动操作
  • 将多个 MCP 工具组合使用,构建个人专属 AI 工作站
以下安装命令基于项目开发语言和类型自动生成,实际以官方 README 为准。
安装命令
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/aryaminus/controlkeel

# 方式二:手动配置 claude_desktop_config.json
{
  "mcpServers": {
    "----": {
      "command": "npx",
      "args": ["-y", "controlkeel"]
    }
  }
}

# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
📋 安装步骤说明
  1. 确认已安装 Node.js(v18 或以上版本)
  2. 打开 Claude Desktop 或 Claude Code 的 MCP 配置文件
  3. 按「交给 Agent 安装 → Claude Desktop」标签中的 JSON 配置填入 mcpServers 字段
  4. 保存配置文件并重启 Claude 客户端
  5. 重启后,在对话中即可使用本工具
以下用法示例由 AI Skill Hub 整理,涵盖最常见的使用场景。
常用命令 / 代码示例
# 安装后在 Claude 对话中直接使用
# 示例:
用户: 请帮我用 控制平面 执行以下任务...
Claude: [自动调用 控制平面 MCP 工具处理请求]

# 查看可用工具列表
# 在 Claude 中输入:"列出所有可用的 MCP 工具"
以下配置示例基于典型使用场景生成,具体参数请参照官方文档调整。
配置示例
// claude_desktop_config.json 配置示例
{
  "mcpServers": {
    "____": {
      "command": "npx",
      "args": ["-y", "controlkeel"],
      "env": {
        // "API_KEY": "your-api-key-here"
      }
    }
  }
}

// 保存后重启 Claude Desktop 生效
📑 README 深度解析 真实文档 完整度 57/100 查看 GitHub 原文 →
以下内容由系统直接从 GitHub README 解析整理,保留代码块、表格与列表结构。

ControlKeel

CI Release Smoke Latest Release npm bootstrap Socket Badge controlkeel MCP server

Agent output is cheap. Governed delivery is not. Keep engineers at the helm.

ControlKeel shapes itself around how you actually steer. It makes your judgment legible, durable, and enforceable - and learns from every decision you make (approved, denied, escalated, dismissed) so it aligns to your real working pattern, not a spec doc you might not re-read. Under that surface, CK is the control plane for agent-led software delivery. It sits between your coding agents and production as a portable "company brain": comparing intended delivery against actual delivery and turning raw agent intent into audited tasks through findings and proofs. It catches the governance drift by enforcing validation and review gates, while keeping work resumable across any host.

---

One-line setup via your agent

Copy/paste this into your agent (OpenCode, Codex, Claude, or another supported host):

Set up ControlKeel for this repository. Read and follow https://raw.githubusercontent.com/aryaminus/controlkeel/main/README.md, https://raw.githubusercontent.com/aryaminus/controlkeel/main/docs/getting-started.md, https://raw.githubusercontent.com/aryaminus/controlkeel/main/docs/one-line-install.md, https://raw.githubusercontent.com/aryaminus/controlkeel/main/docs/direct-host-installs.md, https://raw.githubusercontent.com/aryaminus/controlkeel/main/docs/support-matrix.md, and https://raw.githubusercontent.com/aryaminus/controlkeel/main/docs/agent-integrations.md. Detect this host, install CK if missing, run controlkeel setup, then attach the strongest useful host path with plugin and MCP plus skills/hooks/agents as available. If CK was added only as MCP, call ck_attach for this host to install the missing hooks, skills, commands, and agent profiles. Run controlkeel attach doctor, provider doctor, status, findings, controlkeel me, and the host-specific MCP check; apply only safe local fixes and re-verify. Redact proxy tokens and secrets from shared logs. Pause and ask before continuing if the host needs trust, manual provider config, a restart after attach/plugin changes, or a plan-review approval that cannot auto-wait. For Codex, ensure the project is trusted and restart Codex after attach/plugin changes.

Install ControlKeel

```bash

release installers

curl -fsSL https://github.com/aryaminus/controlkeel/releases/latest/download/install.sh | sh

powershell irm https://github.com/aryaminus/controlkeel/releases/latest/download/install.ps1 | iex ```

For host-specific one-liners and MCP-only copy/paste setup, see docs/one-line-install.md. If a user starts with MCP-only setup, the agent can call ck_attach to add the repo-local hooks, skills, commands, and companion agents without leaving the session.

Quick start

6. Use guided CLI help whenever you need it

controlkeel help controlkeel help opencode controlkeel help "how do i attach codex" ```

For a full first-run walkthrough, see docs/getting-started.md. For large codebase deployment patterns, see docs/large-codebase-patterns.md.

---

2. In the target repo, bootstrap and inspect the environment

controlkeel setup

How OpenCode is configured with ControlKeel

OpenCode is the primary host used in the benchmark evidence above, and CK supports it through two complementary paths:

  1. controlkeel attach opencode writes repo-local .opencode/ assets, MCP configuration, commands, agents, skills, and .agents/skills compatibility copies.
  2. The published @aryaminus/controlkeel-opencode companion can be added to opencode.json for the direct plugin-package path.
  3. OpenCode can call ck_context / ck_context_pack to reacquire bounded session state, current task, proof summary, memory hits, resume packet, budget summary, review gate state, and workspace context without relying on chat history.
  4. OpenCode can call ck_validate, ck_review_submit, ck_memory_record, and ck_budget so validation, approvals, durable memory, and spend evidence stay in CK rather than in one host runtime.

The same governed loop is available to OpenCode, Codex, Claude Code, Copilot, and other supported hosts, but the README guidance leads with OpenCode because that is the best current host-backed evidence path in this repository.

---

Core Bootstrap Package

SurfaceVersionInstall / use
ControlKeel CLI bootstrap[![npm bootstrap](https://img.shields.io/npm/v/%40aryaminus/controlkeel.svg)](https://www.npmjs.com/package/@aryaminus/controlkeel)npm i -g @aryaminus/controlkeel

This is the required foundation - install this first before using any other ControlKeel packages or features.

Companion Packages

Published npm packages for direct host integration:

PackageHostVersionInstall
OpenCode companionOpenCode[![npm opencode](https://img.shields.io/npm/v/%40aryaminus/controlkeel-opencode.svg)](https://www.npmjs.com/package/@aryaminus/controlkeel-opencode)Add "plugin": ["@aryaminus/controlkeel-opencode"] to opencode.json
Pi extensionPi[![npm pi](https://img.shields.io/npm/v/%40aryaminus/controlkeel-pi-extension.svg)](https://www.npmjs.com/package/@aryaminus/controlkeel-pi-extension)pi install npm:@aryaminus/controlkeel-pi-extension

Note: After installing companion packages, also run controlkeel attach <host> for the full repo-local experience with commands, agents, and MCP config.

Why use ControlKeel? Benchmark-backed comparison

ControlKeel adds a governance layer around agent output: fast deterministic checks, optional in-agent CK validation, review gates, proof, and budget visibility. The table below is intentionally user-facing: it shows what a team gets from each level of CK integration without requiring you to run the benchmark yourself. Full reproducibility details and caveats live in docs/benchmark-evidence.md.

OpenCode / GPT-5.5 comparison (`host_comparison_v1`, 12 risky scenarios)

OptionWhat it meansCatchBlockMedian timeTokensBest use
Raw OpenCodeAsk the model and trust the answer1/120/1217,050 ms290,327Baseline only; not enough for risky changes
CK-attachedCK is installed/available, model may call it4/123/12**10,818 ms**254,581Lightweight default when you want CK available without forcing tool use
Exhaustive CK-activeAsk the model to inspect every CK surface2/120/1247,560 ms510,280Demonstrates surface availability, but too slow/expensive for routine use
**CK-bounded active**Model calls CK context + validation, then stops**5/12****3/12**23,772 ms**255,941**Best practical active-governance tradeoff so far
**CK deterministic scanner**CK validates directly, no model required**12/12****9/12****~50 ms****0 provider tokens**Fastest enforcement baseline; ideal for preflight and CI-style checks

What users should take away:

  • Security lift: CK raises systematic detection from raw model output's 1/12 to 5/12 with bounded active governance, and 12/12 with direct deterministic validation.
  • Efficiency: bounded active used about half the tokens of exhaustive active while catching more issues.
  • Cost control: OpenCode reported $0 cost in JSON events, so we treat tokens/time as the reliable cost proxy. Direct CK scanning uses no provider tokens.
  • Practical workflow: use deterministic CK validation as the fast gate, and use bounded active governance when you want the agent itself to consult CK before responding.
🎯 aiskill88 AI 点评 A 级 2026-05-30

高质量的MCP工具,值得关注

📚 实用指南(长尾问题)
适合谁
  • 需要 controlkeel 解决具体问题的开发者与运营人员
最佳实践
  • 先在测试环境跑通最小用例,再接入生产数据
常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
部署方案
  • 云端托管:可放在 Vercel / Railway / Fly.io 等 PaaS 平台
相关搜索
controlkeel 中文教程controlkeel 安装报错怎么办controlkeel 与同类工具对比controlkeel 最佳实践controlkeel 适合谁用

⚡ 核心功能

👥 适合谁
  • 需要 controlkeel 解决具体问题的开发者与运营人员
⭐ 最佳实践
  • 先在测试环境跑通最小用例,再接入生产数据
⚠️ 常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)

👥 适合人群

Claude Desktop / Claude Code 用户AI 工具开发者需要扩展 AI 能力的专业人士自动化工程师

🎯 使用场景

  • 在 Claude Desktop 对话中直接调用本地工具,实现 AI 与系统的深度联动
  • 通过自然语言驱动复杂的多步骤自动化任务,代替繁琐手动操作
  • 将多个 MCP 工具组合使用,构建个人专属 AI 工作站

⚖️ 优点与不足

✅ 优点
  • +标准化 MCP 协议,生态互联性强
  • +与 Claude 官方生态无缝对接
  • +即插即用,配置简单快捷
⚠️ 不足
  • 依赖 Claude 客户端,非 Claude 用户无法使用
  • MCP 协议仍在持续演进,接口可能变更
  • 需要一定的配置步骤
⚠️ 使用须知

该工具使用 NOASSERTION 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。

AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。

建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。

📄 License 说明

📄 NOASSERTION — 请查阅原始协议条款了解具体使用限制。

🔗 相关工具推荐

🧩 你可能还需要
基于当前 Skill 的能力图谱,自动补全的工具组合

❓ 常见问题 FAQ

参考README文档
💡 AI Skill Hub 点评

总体来看,控制平面 是一款质量优秀的MCP工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。

⬇️ 获取与下载
📚 深入学习 控制平面
查看分步骤安装教程和完整使用指南,快速上手这款工具
🌐 原始信息
原始名称 controlkeel
原始描述 开源MCP工具:Control plane for governed AI coding: validate agent changes, enforce policy, tr。⭐8 · Elixir
Topics ai-governancecode-reviewcompliance
GitHub https://github.com/aryaminus/controlkeel
License NOASSERTION
语言 Elixir
🔗 原始来源
🐙 GitHub 仓库  https://github.com/aryaminus/controlkeel 🌐 官方网站  https://controlkeel.com

收录时间:2026-05-30 · 更新时间:2026-05-30 · License:NOASSERTION · AI Skill Hub 不对第三方内容的准确性作法律背书。