Kafka Schema Reg Mcp
Developer ToolsA comprehensive Message Control Protocol (MCP) server for Kafka Schema Registry.
Installation
docker run --rm -i --network host -e SCHEMA_REGISTRY_NAME_1 -e SCHEMA_REGISTRY_URL_1 -e SCHEMA_REGISTRY_USER_1 -e SCHEMA_REGISTRY_PASSWORD_1 -e READONLY_1 -e SCHEMA_REGISTRY_NAME_2 -e SCHEMA_REGISTRY_URL_2 -e SCHEMA_REGISTRY_USER_2 -e SCHEMA_REGISTRY_PASSWORD_2 -e READONLY_2 aywengo/kafka-schema-reg-mcp:stable python kafka_schema_registry_unified_mcp.pyView configuration snippet
{
"mcpServers": {
"kafka-schema-registry-multi": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"--network",
"host",
"-e",
"SCHEMA_REGISTRY_NAME_1",
"-e",
"SCHEMA_REGISTRY_URL_1",
"-e",
"SCHEMA_REGISTRY_USER_1",
"-e",
"SCHEMA_REGISTRY_PASSWORD_1",
"-e",
"READONLY_1",
"-e",
"SCHEMA_REGISTRY_NAME_2",
"-e",
"SCHEMA_REGISTRY_URL_2",
"-e",
"SCHEMA_REGISTRY_USER_2",
"-e",
"SCHEMA_REGISTRY_PASSWORD_2",
"-e",
"READONLY_2",
"aywengo/kafka-schema-reg-mcp:stable",
"python",
"kafka_schema_registry_unified_mcp.py"
],
"env": {
"SCHEMA_REGISTRY_NAME_1": "<NAME of SR 1>",
"SCHEMA_REGISTRY_URL_1": "<URL of SR 1>",
"SCHEMA_REGISTRY_USER_1": "",
"SCHEMA_REGISTRY_PASSWORD_1": "",
"READONLY_1": "false",
"SCHEMA_REGISTRY_NAME_2": "<NAME of SR 2>",
"SCHEMA_REGISTRY_URL_2": "<URL of SR 2>",
"SCHEMA_REGISTRY_USER_2": "",
"SCHEMA_REGISTRY_PASSWORD_2": "",
"READONLY_2": "false"
}
}
}
}💡 Tip: Make sure you have the appropriate package manager installed. Refer to the official documentation for detailed installation instructions.
Compatibility Matrix
Cursor
Claude Desktop
MCP Compatible
Server Information
Quick Stats
Related Servers
Time
Time is an open-source MCP server that gives AI assistants access to specialized functionality. Compatible with Claude Desktop, Cursor, and other MCP clients for enhanced AI agent workflows.
Sequentialthinking
Sequentialthinking MCP server enables seamless integration between AI agents and external services. Built on the Model Context Protocol, it provides standardized access to tools and data for AI-powered workflows.
Gitlab
Gitlab MCP server provides AI agents with powerful tools and integrations for automation workflows. Connect your AI assistant to Gitlab capabilities through the Model Context Protocol standard.
Sentry
Sentry MCP server provides AI agents with powerful tools and integrations for automation workflows. Connect your AI assistant to Sentry capabilities through the Model Context Protocol standard.
Like this server?
Discover more MCP servers or submit your own to directory.