Kafka Schema Registry
byaywengo
0Provides a comprehensive Message Control Protocol (MCP) server for managing Kafka Schema Registry operations.
About
This Message Control Protocol (MCP) server equips Claude Desktop and other MCP clients with a suite of tools for interacting with Kafka Schema Registry. It offers features like Schema Contexts for logical grouping, Configuration Management for compatibility, Mode Control for operational state management, and Schema Export for backup and migration. Built using the official MCP Python SDK, it ensures seamless communication via JSON-RPC over stdio.
Key Features
- 0 GitHub stars
- Complete Schema Operations: register, retrieve, and manage Avro schemas
- Schema Contexts: logical grouping with separate 'sub-registries'
- Configuration Management: control compatibility levels globally and per-subject
- Mode Control: manage operational states (READWRITE, READONLY, IMPORT)
- Schema Export: comprehensive export with JSON, Avro IDL formats
Use Cases
- Disaster recovery and compliance auditing
- Environment promotion (development, staging, production)
- Documentation generation of Kafka schemas