Skip to main content
Glama
bitgeese

Sequential Questioning MCP Server

by bitgeese
prometheus-deployment.yaml1.01 kB
apiVersion: apps/v1 kind: Deployment metadata: name: prometheus labels: app: prometheus spec: replicas: 1 selector: matchLabels: app: prometheus template: metadata: labels: app: prometheus spec: containers: - name: prometheus image: prom/prometheus:v2.45.0 args: - "--config.file=/etc/prometheus/prometheus.yml" - "--storage.tsdb.path=/prometheus" - "--storage.tsdb.retention.time=15d" ports: - containerPort: 9090 name: web volumeMounts: - name: config-volume mountPath: /etc/prometheus - name: prometheus-storage mountPath: /prometheus resources: limits: cpu: 500m memory: 512Mi requests: cpu: 200m memory: 256Mi volumes: - name: config-volume configMap: name: prometheus-config - name: prometheus-storage emptyDir: {}

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