Skip to main content
Glama
medplum-app-local.yaml1.01 kB
# Medplum App (Frontend) apiVersion: apps/v1 kind: Deployment metadata: name: medplum-app namespace: medplum spec: replicas: 1 selector: matchLabels: app: medplum-app template: metadata: labels: app: medplum-app spec: containers: - name: medplum-app image: medplum/medplum-app:latest ports: - containerPort: 3000 env: - name: MEDPLUM_BASE_URL value: "http://localhost:8103/" readinessProbe: httpGet: path: / port: 3000 initialDelaySeconds: 10 periodSeconds: 5 livenessProbe: httpGet: path: / port: 3000 initialDelaySeconds: 30 periodSeconds: 10 --- apiVersion: v1 kind: Service metadata: name: medplum-app namespace: medplum spec: type: LoadBalancer selector: app: medplum-app ports: - port: 3000 targetPort: 3000

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/medplum/medplum'

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