Skip to content
VS Code

mcp debezium for VS Code

io.github.dockndevai/mcp-debezium

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

client:VS Code transport:stdio runtime:npm

Install mcp debezium in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "connect-url",
      "description": "CONNECT_URL",
      "password": true
    },
    {
      "type": "promptString",
      "id": "debezium-mode",
      "description": "DEBEZIUM_MODE",
      "password": true
    }
  ],
  "servers": {
    "mcp-debezium": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@dockndevai/mcp-debezium"
      ],
      "env": {
        "CONNECT_URL": "${input:connect-url}",
        "DEBEZIUM_MODE": "${input:debezium-mode}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

mcp debezium in other clients