Skip to main content
Glama

Medplum

Official
by medplum
LogoScroller.module.css488 B
.logoScroller { position: relative; height: 200px; overflow: hidden; white-space: nowrap; } .images { width: 4000px; animation: bannermove 30s linear infinite; display: flex; align-items: center; justify-content: center; } .images img { display: inline-block; margin: 1rem; } [data-theme='dark'] .images img { filter: grayscale(1) invert(1); } @keyframes bannermove { 0% { transform: translateX(0); } 100% { transform: translateX(-2030px); } }

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