We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/TJarriault/mcp-weather-sample'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: flowise
namespace: flowise
spec:
tls:
- hosts:
- flowise.CHANGEME.nip.io
rules:
- host: flowise.CHANGEME.nip.io
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: flowise
port:
number: 3000