Skip to main content
Glama

ARC Config MCP Server

by tsviz
.env.exampleβ€’1.11 kB
# Environment configuration file # Copy this to .env and update with your values # GitHub Configuration (Required) GITHUB_TOKEN=ghp_your_personal_access_token_here GITHUB_ORG=your-organization-name GITHUB_REPO=your-repository-name # Kubernetes Configuration KUBECONFIG_PATH=/Users/youruser/.kube/config ARC_NAMESPACE=arc-system RUNNER_NAMESPACE=arc-runners # MCP Server Configuration MCP_PORT=3000 LOG_LEVEL=info ENABLE_METRICS=true # Security Settings ENABLE_POLICY_VALIDATION=true SECURITY_PROFILE=standard AUTO_FIX_VIOLATIONS=false # Performance Settings MAX_CONCURRENT_OPERATIONS=5 OPERATION_TIMEOUT=300 RETRY_ATTEMPTS=3 # Monitoring & Observability PROMETHEUS_ENABLED=true PROMETHEUS_PORT=9090 GRAFANA_ENABLED=true GRAFANA_PORT=3001 # Cost Management ENABLE_COST_OPTIMIZATION=true COST_ALERT_THRESHOLD=80 BUDGET_LIMIT_MONTHLY=5000 # Feature Flags ENABLE_AI_OPTIMIZATION=true ENABLE_PREDICTIVE_SCALING=true ENABLE_SELF_HEALING=true ENABLE_WEBHOOK_PROCESSING=false # Debug Settings (Development only) # Uncomment for debugging # DEBUG=arc:*,mcp:*,k8s:* # VERBOSE_LOGGING=true # TRACE_OPERATIONS=true

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tsviz/arc-config-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server