Skip to main content
Glama

Grok AI Image Generation MCP Server

deployment.yaml1.09 kB
apiVersion: apps/v1 kind: Deployment metadata: name: grokart labels: app: grokart spec: replicas: 1 selector: matchLabels: app: grokart template: metadata: labels: app: grokart spec: containers: - name: grokart image: grokart:latest imagePullPolicy: IfNotPresent env: - name: X_AI_API_KEY valueFrom: secretKeyRef: name: grokart-secrets key: X_AI_API_KEY resources: limits: cpu: "1" memory: "512Mi" requests: cpu: "500m" memory: "256Mi" readinessProbe: exec: command: - sh - -c - "ps aux | grep node | grep -v grep" initialDelaySeconds: 5 periodSeconds: 10 livenessProbe: exec: command: - sh - -c - "ps aux | grep node | grep -v grep" initialDelaySeconds: 15 periodSeconds: 20 restartPolicy: Always

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/8bitsats/Grok-MCP'

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