We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aywengo/kafka-schema-reg-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Test Environment Configuration
# Matches the ports exposed by tests/docker-compose.yml
# Allow localhost URLs for testing environment
ALLOW_LOCALHOST=true
# Registry 1: Development (from tests/docker-compose.yml)
SCHEMA_REGISTRY_NAME_1=development
SCHEMA_REGISTRY_URL_1=http://localhost:38081
SCHEMA_REGISTRY_USER_1=
SCHEMA_REGISTRY_PASSWORD_1=
# Support both VIEWONLY (new) and READONLY (deprecated)
VIEWONLY_1=false
# READONLY_1=false # Deprecated, use VIEWONLY_1
# Registry 2: Production (from tests/docker-compose.yml)
SCHEMA_REGISTRY_NAME_2=production
SCHEMA_REGISTRY_URL_2=http://localhost:38082
SCHEMA_REGISTRY_USER_2=
SCHEMA_REGISTRY_PASSWORD_2=
# Support both VIEWONLY (new) and READONLY (deprecated)
VIEWONLY_2=false
# READONLY_2=false # Deprecated, use VIEWONLY_2
# Default registry for single-registry operations
DEFAULT_REGISTRY=development