Skip to main content
Glama
LandingPage.tsx957 B
// SPDX-FileCopyrightText: Copyright Orangebot, Inc. and Medplum contributors // SPDX-License-Identifier: Apache-2.0 import { Button, Stack, Text, Title } from '@mantine/core'; import { Document } from '@medplum/react'; import type { JSX } from 'react'; import { Link } from 'react-router'; export default function LandingPage(): JSX.Element { return ( <Document width={800}> <Stack align="center"> <Title order={1} fz={36}> Welcome to the Medplum FHIRcast Demo! </Title> <Text> This example demonstrates how to use Medplum's builtin FHIRcast capabilities. <br /> Through this example, you will learn how to utilize both "publish" and "subscribe" sides of the FHIRcast protocol. </Text> <Text size="lg">Start by signing in!</Text> <Button component={Link} to="/signin" size="lg" radius="xl"> Sign in </Button> </Stack> </Document> ); }

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