Skip to content
Cursor

mcp debezium for Cursor

io.github.dockndevai/mcp-debezium

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

client:Cursor transport:stdio runtime:npm

Install mcp debezium in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-debezium": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@dockndevai/mcp-debezium"
      ],
      "env": {
        "CONNECT_URL": "<CONNECT_URL>",
        "DEBEZIUM_MODE": "<DEBEZIUM_MODE>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp debezium in other clients