Skip to main content
Glama

Medplum

Official
by medplum
CardButton.tsx643 B
import Link from '@docusaurus/Link'; import { JSX, ReactNode } from 'react'; import styles from './CardButton.module.css'; export interface CardButtonProps { readonly href: string; readonly alt: string; readonly target?: string; readonly children?: ReactNode; } export function CardButton(props: CardButtonProps): JSX.Element { return ( <Link href={props.href} target={props.target} className={styles.cardButton}> <div>{props.children}</div> <img src="/img/arrow-small-btn.svg" loading="lazy" alt="Go arrow" width="24" height="24" /> <span className="screen-reader-text">{props.alt}</span> </Link> ); }

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