Skip to main content
Glama
config.ts764 B
// SPDX-FileCopyrightText: Copyright Orangebot, Inc. and Medplum contributors // SPDX-License-Identifier: Apache-2.0 // Default values to enable Photon Elements. Replace with your own photon credentials for use. https://docs.photon.health/docs/elements export interface MedplumAppConfig { baseUrl?: string; googleClientId?: string; clientId?: string; photonClientId?: string; photonOrgId?: 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, photonClientId: import.meta.env?.PHOTON_CLIENT_ID, photonOrgId: import.meta.env?.PHOTON_ORG_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