Skip to main content
Glama
build-docs.sh280 B
#!/usr/bin/env bash # CI/CD docs build script # Fail on error set -e # Echo commands set -x # Set node options export NODE_OPTIONS='--max-old-space-size=8192' # Diagnostics node --version npm --version # Install [ ! -d "node_modules" ] && npm ci # Build npm run build:docs

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