Skip to main content
Glama

Kubernetes MCP Server

by kishanrao92
deployment.yaml370 B
apiVersion: apps/v1 kind: Deployment metadata: name: demo-fail namespace: default spec: replicas: 1 selector: matchLabels: app: demo-fail template: metadata: labels: app: demo-fail spec: containers: - name: app image: alpine:3.19 command: ["sh","-c","echo starting checkout service; sleep 1; exit 1"]

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/kishanrao92/infra-mcp'

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