We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jrmatherly/mcp-context-forge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Location: ./mcpgateway/tools/builder/templates/kubernetes/route.yaml.j2
# Copyright 2025
# SPDX-License-Identifier: Apache-2.0
# Authors: Teryl Taylor
# OpenShift Route for external access to MCP Gateway
apiVersion: route.openshift.io/v1
kind: Route
metadata:
name: mcpgateway-admin
namespace: {{ namespace }}
labels:
app: mcpgateway
component: gateway
spec:
host: mcpgateway-admin-{{ namespace }}.{{ openshift_domain }}
path: /
to:
kind: Service
name: mcpgateway
weight: 100
port:
targetPort: http
tls:
termination: {{ tls_termination }}
wildcardPolicy: None