Skip to main content
Glama
bitgeese

Sequential Questioning MCP Server

by bitgeese
network-policy.yaml1.06 kB
apiVersion: networking.k8s.io/v1 kind: NetworkPolicy metadata: name: sequential-questioning spec: podSelector: matchLabels: app: sequential-questioning policyTypes: - Ingress - Egress ingress: - from: - namespaceSelector: matchLabels: name: ingress-nginx ports: - protocol: TCP port: 8000 egress: - to: - namespaceSelector: {} podSelector: matchLabels: app: postgresql ports: - protocol: TCP port: 5432 - to: - namespaceSelector: {} podSelector: matchLabels: app: qdrant ports: - protocol: TCP port: 6333 - to: - namespaceSelector: matchLabels: name: monitoring ports: - protocol: TCP port: 9090 # Prometheus - to: - ipBlock: cidr: 0.0.0.0/0 except: - 10.0.0.0/8 - 172.16.0.0/12 - 192.168.0.0/16 ports: - protocol: TCP port: 443 # Allow HTTPS traffic to external services - protocol: TCP port: 53 # DNS

Latest Blog Posts

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/bitgeese/sequential-questioning'

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