Skip to main content
Glama

Medplum

Official
by medplum
TestimonialHeader.tsx933 B
import Link from '@docusaurus/Link'; import { JSX } from 'react'; import styles from './TestimonialHeader.module.css'; export interface TestimonialHeaderProps { readonly imgSrc: string; readonly name: string; readonly title?: string; readonly twitter?: string; } export function TestimonialHeader(props: TestimonialHeaderProps): JSX.Element { return ( <div className={styles.testimonialHeader}> <img src={props.imgSrc} loading="lazy" alt={props.name} /> <div className={styles.testimonialInfo}> <div className={styles.testimonialName}>{props.name}</div> <div className={styles.testimonialTitle}>{props.title}</div> </div> {props.twitter && ( <Link href={props.twitter} className={styles.testimonialLink}> <img src="/img/icons/twitter-icon.svg" loading="lazy" alt="Twitter icon" className={styles.testimonialIcon} /> </Link> )} </div> ); }

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