---
title: "ccdd-gate"
description: "agent-tools-runtime plugin for ccdd-gate: a stdio MCP client wrapping the ccdd-complexity server (deterministic, AST-based Python code-quality/governance gates from the KDD/CCDD methodology), plus async job skills for ru"
canonical: https://agentpluginsdirectory.com/plugins/ccdd-gate
last-updated: 2026-09-23
---

# ccdd-gate
agent-tools-runtime plugin for ccdd-gate: a stdio MCP client wrapping the ccdd-complexity server (deterministic, AST-based Python code-quality/governance gates from the KDD/CCDD methodology), plus async job skills for run_ephemeral_agent.
- Slug: ccdd-gate
- Publisher: MauricioPerera
- Repository: https://github.com/MauricioPerera/agent-tools-runtime
- Manifest: agent-tools-plugin-ccdd-gate/plugin.json
- Version: 0.1.2
- License: MIT
- Category (editorial): code-review
- Skills: 0
- MCP servers: 0
- Stars: 1
- Repository created: 2026-08-05
- Repository last pushed: 2026-08-12
- Publisher type: User
- Listing: https://agentpluginsdirectory.com/plugins/ccdd-gate
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What ccdd-gate does, in the publisher's words

Plugin de agent-tools-runtime para ccdd-gate (metodo CCDD, parte del repo KDD): un servidor MCP de gates deterministas (AST, sin LLM salvo run_ephemeral_agent) para escribir codigo Python bajo contratos de tarea congelados.

Mismo caso que agent-tools-plugin-kite-lite: el backend YA habla MCP real (JSON-RPC 2.0 sobre stdio), asi que este adapter es un cliente MCP por stdio, reenvia tools/list/tools/call tal cual, sin inventar un catalogo propio (a diferencia de github/tasks, que envuelven REST APIs sin MCP nativo). Cero reimplementacion, cero drift respecto al server real.

Unica diferencia de forma respecto a kite-lite: el backend se invoca en dos partes (python ), no un binario unico con subcomando.

- agent_tools_ccdd_discover({ query? })
- agent_tools_ccdd_call({ toolName, arguments, confirm? })
- agent_tools_ccdd_run_skill({ skill, arguments }) (ver Skills abajo)

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/MauricioPerera/agent-tools-runtime/HEAD/agent-tools-plugin-ccdd-gate/README.md
