We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/detailobsessed/unblu-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
k8s_environments.example.yaml•1.03 kB
# Kubernetes environment configurations for unblu-mcp
# Copy this file to k8s_environments.yaml and customize for your deployment
#
# Usage:
# cp config/k8s_environments.example.yaml config/k8s_environments.yaml
# # Edit k8s_environments.yaml with your actual namespace names
#
# The K8sConnectionProvider will load from k8s_environments.yaml if it exists,
# otherwise it will use these example values.
environments:
# Development environment
dev:
local_port: 8084
namespace: unblu-dev
service: haproxy
service_port: 8080
api_path: /app/rest/v4
# Test environment 1
test1:
local_port: 8085
namespace: unblu-test1
service: haproxy
service_port: 8080
api_path: /app/rest/v4
# Test environment 2
test2:
local_port: 8087
namespace: unblu-test2
service: haproxy
service_port: 8080
api_path: /app/rest/v4
# Production environment
prod:
local_port: 8086
namespace: unblu-prod
service: haproxy
service_port: 8080
api_path: /app/rest/v4