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
{
"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