Skip to main content
Glama
dockndevai

mcp-debezium

by dockndevai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CONNECT_URLYesBase URL of the Kafka Connect REST API.
DEBEZIUM_MODENoAccess 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_RUNNoWhen true, write/admin tools validate and log intent without calling Kafka Connect.false
DEBEZIUM_AUDIT_LOGNoWhen true, emits a JSON line to stderr per guarded operation.true
DEBEZIUM_ALLOW_DELETENoEnables the delete_connector tool when combined with admin mode.false
DEBEZIUM_CONNECTOR_ALLOWLISTNoComma-separated list of connectors that are in scope. When set, operations on other connectors are refused. Defaults to all connectors.
DEBEZIUM_PROTECTED_CONNECTORSNoComma-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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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