Skip to main content
Glama
Footer.tsx1.16 kB
// SPDX-FileCopyrightText: Copyright Orangebot, Inc. and Medplum contributors // SPDX-License-Identifier: Apache-2.0 import { Anchor, Container, Divider, SimpleGrid, Stack, Text } from '@mantine/core'; import type { JSX } from 'react'; import classes from './Footer.module.css'; export function Footer(): JSX.Element { return ( <footer className={classes.footer}> <div className={classes.inner}> <Container p="xl"> <Stack gap="xl"> <SimpleGrid cols={4}> <Anchor href="https://www.medplum.com/docs/tutorials/api-basics/create-fhir-data">Getting started</Anchor> <Anchor href="https://www.medplum.com/docs/tutorials">Playing with Medplum</Anchor> <Anchor href="https://github.com/medplum/foomedical">Open Source</Anchor> <Anchor href="https://www.medplum.com/docs">Documentation</Anchor> </SimpleGrid> <Divider /> <Text c="dimmed" size="sm"> &copy; {new Date().getFullYear()} Foo Medical, Inc. All rights reserved. </Text> </Stack> </Container> </div> </footer> ); }

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