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
# Multi-Registry Configuration
# Registry 1: Development
SCHEMA_REGISTRY_NAME_1=development
SCHEMA_REGISTRY_URL_1=http://localhost:8081
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: Staging
SCHEMA_REGISTRY_NAME_2=staging
SCHEMA_REGISTRY_URL_2=http://localhost:8082
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
# Registry 3: Production (View-only)
SCHEMA_REGISTRY_NAME_3=production
SCHEMA_REGISTRY_URL_3=http://localhost:8083
SCHEMA_REGISTRY_USER_3=prod-user
SCHEMA_REGISTRY_PASSWORD_3=prod-password
# Support both VIEWONLY (new) and READONLY (deprecated)
VIEWONLY_3=true
# READONLY_3=true # Deprecated, use VIEWONLY_3