Skip to main content
Glama

Medplum

Official
by medplum
index.tsx511 B
import { translate } from '@docusaurus/Translate'; import { PageMetadata } from '@docusaurus/theme-common'; import Layout from '@theme/Layout'; import NotFoundContent from '@theme/NotFound/Content'; import { type ReactNode } from 'react'; export default function Index(): ReactNode { const title = translate({ id: 'theme.NotFound.title', message: 'Page Not Found', }); return ( <> <PageMetadata title={title} /> <Layout> <NotFoundContent /> </Layout> </> ); }

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