Comprehensive MCP server for Kafka Schema Registry operations. Features multi-registry support, schema contexts, migration tools, OAuth authentication, and 57+ tools for complete schema management. Supports SLIM_MODE for optimal performance.
29 Tools
Version 4.43 or later needs to be installed to add the server automatically
Connect the MCP Toolkit gateway to Claude Desktop using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Restart Claude Desktop for the changes to take effect.
kafka-schema-reg-mcp
to the mcpServers
section:{
"mcpServers": {
"kafka-schema-reg-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"SCHEMA_REGISTRY_URL",
"-e",
"SLIM_MODE",
"-e",
"VIEWONLY",
"-e",
"SCHEMA_REGISTRY_USER",
"-e",
"SCHEMA_REGISTRY_PASSWORD",
- aywengo/kafka-schema-reg-mcp:stable@sha256:3e3111956446aed76abe01e13250f2dd7f947c10acd00ad8a45397fe6a37fc3d
],
"env": {
"SCHEMA_REGISTRY_URL": "{{kafka-schema-reg-mcp.registry_url}}",
"SLIM_MODE": "{{kafka-schema-reg-mcp.slim_mode}}",
"VIEWONLY": "{{kafka-schema-reg-mcp.viewonly}}",
"SCHEMA_REGISTRY_USER": "<REGISTRY_USERNAME>",
"SCHEMA_REGISTRY_PASSWORD": "<REGISTRY_PASSWORD>"
}
}
}
}
Connect the MCP Toolkit gateway to Continue.dev using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
name: Docker MCP Kafka Schema Registry MCP
version: 1.0.1
schema: v1
mcpServers:
- name: Kafka Schema Registry MCP
command: docker
args:
- run
- --rm
- -i
- -e
- SCHEMA_REGISTRY_URL
- -e
- SLIM_MODE
- -e
- VIEWONLY
- -e
- SCHEMA_REGISTRY_USER
- -e
- SCHEMA_REGISTRY_PASSWORD
- aywengo/kafka-schema-reg-mcp:stable@sha256:3e3111956446aed76abe01e13250f2dd7f947c10acd00ad8a45397fe6a37fc3d
env:
SCHEMA_REGISTRY_URL: "{{kafka-schema-reg-mcp.registry_url}}"
SLIM_MODE: "{{kafka-schema-reg-mcp.slim_mode}}"
VIEWONLY: "{{kafka-schema-reg-mcp.viewonly}}"
SCHEMA_REGISTRY_USER: "<REGISTRY_USERNAME>"
SCHEMA_REGISTRY_PASSWORD: "<REGISTRY_PASSWORD>"
Connect the MCP Toolkit gateway to Cursor using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
kafka-schema-reg-mcp
to the mcpServers
section:{
"mcpServers": {
"kafka-schema-reg-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"SCHEMA_REGISTRY_URL",
"-e",
"SLIM_MODE",
"-e",
"VIEWONLY",
"-e",
"SCHEMA_REGISTRY_USER",
"-e",
"SCHEMA_REGISTRY_PASSWORD",
- aywengo/kafka-schema-reg-mcp:stable@sha256:3e3111956446aed76abe01e13250f2dd7f947c10acd00ad8a45397fe6a37fc3d
],
"env": {
"SCHEMA_REGISTRY_URL": "{{kafka-schema-reg-mcp.registry_url}}",
"SLIM_MODE": "{{kafka-schema-reg-mcp.slim_mode}}",
"VIEWONLY": "{{kafka-schema-reg-mcp.viewonly}}",
"SCHEMA_REGISTRY_USER": "<REGISTRY_USERNAME>",
"SCHEMA_REGISTRY_PASSWORD": "<REGISTRY_PASSWORD>"
}
}
}
}
Define the MCP Toolkit gateway as a server in the MCP Visual Studio Code user settings. Learn more
"mcp": {
"servers": {
"MCP_DOCKER": {
"command": "docker",
"args": [
"mcp",
"gateway",
"run"
],
"type": "stdio"
}
}
}
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Connect the MCP Toolkit gateway to Gordon using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Manual installation
You can install the MCP server using:
Installation for