Skip to main content
Glama
config.ts477 B
// SPDX-FileCopyrightText: Copyright Orangebot, Inc. and Medplum contributors // SPDX-License-Identifier: Apache-2.0 export interface MedplumAppConfig { baseUrl?: string; googleClientId?: string; clientId?: string; } const config: MedplumAppConfig = { baseUrl: import.meta.env?.MEDPLUM_BASE_URL, googleClientId: import.meta.env?.GOOGLE_CLIENT_ID, clientId: import.meta.env?.MEDPLUM_CLIENT_ID, }; export function getConfig(): MedplumAppConfig { return config; }

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