mcp-debezium
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CONNECT_URL | Yes | Base URL of the Kafka Connect REST API. | |
| DEBEZIUM_MODE | No | Access mode. read-only exposes monitoring only; read-write adds lifecycle management; admin adds delete. Tools above the mode are never registered. | read-only |
| DEBEZIUM_DRY_RUN | No | When true, write/admin tools validate and log intent without calling Kafka Connect. | false |
| DEBEZIUM_AUDIT_LOG | No | When true, emits a JSON line to stderr per guarded operation. | true |
| DEBEZIUM_ALLOW_DELETE | No | Enables the delete_connector tool when combined with admin mode. | false |
| DEBEZIUM_CONNECTOR_ALLOWLIST | No | Comma-separated list of connectors that are in scope. When set, operations on other connectors are refused. Defaults to all connectors. | |
| DEBEZIUM_PROTECTED_CONNECTORS | No | Comma-separated list of connectors that are read-only forever. Inspectable but never paused, reconfigured, or deleted. Defaults to none. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| cluster_infoA | Kafka Connect worker version, commit, and Kafka cluster id. |
| list_connectorsA | List connector names. Connectors outside the allowlist are filtered out. |
| list_connector_pluginsB | List the connector plugin classes installed on the worker (incl. Debezium connectors). |
| get_connectorB | Full connector info (config + tasks). Secret config values are redacted. |
| get_connector_configB | The connector's configuration map. Secret values are redacted. |
| get_connector_statusB | Connector and task states (RUNNING / PAUSED / FAILED), worker assignment, and failure traces. |
| get_connector_topicsB | The set of topics a connector has read from or written to. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dockndevai/mcp-debezium'
If you have feedback or need assistance with the MCP directory API, please join our Discord server