mcp-debezium
Rank #13,336io.github.dockndevai/mcp-debezium
Debezium / Kafka Connect CDC connector management for AI agents — governed, secret-safe.
mcp-debezium is a Model Context Protocol (MCP) server published by dockndevai. It ranks #13,336 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. mcp-debezium is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Aug 23, 2026 and most recently updated on Aug 30, 2026.
Ranks ahead of 102,124 of 115,460 servers on MCP Toplist.
Use mcp-debezium
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-debezium -e "CONNECT_URL=<your CONNECT_URL>" -e "DEBEZIUM_MODE=<your DEBEZIUM_MODE>" -- npx -y @dockndevai/mcp-debeziumReplace each placeholder with your own value before saving.
[mcp_servers.mcp-debezium]
command = "npx"
args = ["-y", "@dockndevai/mcp-debezium"]
[mcp_servers.mcp-debezium.env]
CONNECT_URL = "<your CONNECT_URL>"
DEBEZIUM_MODE = "<your DEBEZIUM_MODE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-debezium": {
"command": "npx",
"args": [
"-y",
"@dockndevai/mcp-debezium"
],
"env": {
"CONNECT_URL": "<your CONNECT_URL>",
"DEBEZIUM_MODE": "<your DEBEZIUM_MODE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-debezium": {
"command": "npx",
"args": [
"-y",
"@dockndevai/mcp-debezium"
],
"env": {
"CONNECT_URL": "<your CONNECT_URL>",
"DEBEZIUM_MODE": "<your DEBEZIUM_MODE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-debezium": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dockndevai/mcp-debezium"
],
"env": {
"CONNECT_URL": "<your CONNECT_URL>",
"DEBEZIUM_MODE": "<your DEBEZIUM_MODE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-debezium": {
"command": "npx",
"args": [
"-y",
"@dockndevai/mcp-debezium"
],
"env": {
"CONNECT_URL": "<your CONNECT_URL>",
"DEBEZIUM_MODE": "<your DEBEZIUM_MODE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-debezium": {
"command": "npx",
"args": [
"-y",
"@dockndevai/mcp-debezium"
],
"env": {
"CONNECT_URL": "<your CONNECT_URL>",
"DEBEZIUM_MODE": "<your DEBEZIUM_MODE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.dockndevai%2Fmcp-debezium)<a href="https://mcptoplist.com/server/io.github.dockndevai%2Fmcp-debezium"><img src="https://mcptoplist.com/badge/io.github.dockndevai%2Fmcp-debezium.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
dockndevai
Other servers by dockndevai
- mcp-kubernetes#10,655 · 3 vers
- mcp-keycloak#12,447 · 3 vers
- mcp-kafka#13,059 · 3 vers
- mcp-clickhouse#13,335 · 3 vers
- mcp-azure#14,444 · 3 vers
- mcp-azure-devops#14,445 · 3 vers
- mcp-oci#14,446 · 3 vers
- MCP Percona Pg Server#24,370 · 1 ver
Available versions (3)
| Version | Published |
|---|---|
| 0.1.2 | Aug 30, 2026 |
| 0.1.1 | Aug 28, 2026 |
| 0.1.0 | Aug 23, 2026 |
Frequently asked questions
- Who maintains mcp-debezium?
- mcp-debezium is maintained by dockndevai, which publishes 9 MCP servers (25 total versions) tracked on MCP Toplist.
- Is mcp-debezium listed on the Official MCP Registry?
- Yes — mcp-debezium is listed on the Official MCP Registry, alongside Glama.
- How many versions does mcp-debezium have?
- MCP Toplist tracks 3 versions of mcp-debezium, most recently published on Aug 30, 2026.
- Where can I find the source code for mcp-debezium?
- The source code for mcp-debezium is hosted at github.com/dockndevai/mcp-debezium.