← Back to Plugins
MCP Server MCP

io.github.dockndevai/mcp-debezium

github By github 👁 1 views ▲ 0 votes

Debezium / Kafka Connect CDC connector management for AI agents — governed, secret-safe.

Homepage Verified source GitHub

Install

npx -y @dockndevai/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@dockndevai/mcp-debezium",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the Kafka Connect REST API.",
          "name": "CONNECT_URL"
        },
        {
          "description": "Access mode: read-only | read-write | admin.",
          "name": "DEBEZIUM_MODE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...