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
{
"name": "medplum-scheduling-demo",
"version": "5.0.10",
"private": true,
"type": "module",
"scripts": {
"build": "npm run build:bots && tsc && vite build",
"build:bots": "npm run clean && tsc && node --no-warnings esbuild-script.mjs && tsx src/scripts/deploy-bots.ts",
"clean": "rimraf dist data/core/example-bots.json",
"dev": "vite",
"lint": "eslint src/",
"lint:fix": "eslint src/ --fix",
"preview": "vite preview",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test:watch": "vitest watch"
},
"prettier": {
"printWidth": 120,
"singleQuote": true,
"trailingComma": "es5"
},
"devDependencies": {
"@mantine/core": "8.3.11",
"@mantine/hooks": "8.3.11",
"@mantine/notifications": "8.3.11",
"@medplum/bot-layer": "5.0.10",
"@medplum/core": "5.0.10",
"@medplum/definitions": "5.0.10",
"@medplum/eslint-config": "5.0.10",
"@medplum/fhirtypes": "5.0.10",
"@medplum/mock": "5.0.10",
"@medplum/react": "5.0.10",
"@tabler/icons-react": "3.36.1",
"@types/node": "22.19.3",
"@types/react": "19.2.7",
"@types/react-big-calendar": "1.16.3",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "5.1.2",
"chart.js": "4.5.1",
"dayjs": "1.11.19",
"esbuild": "0.27.2",
"postcss": "8.5.6",
"postcss-preset-mantine": "1.18.0",
"react": "19.2.3",
"react-big-calendar": "1.19.4",
"react-chartjs-2": "5.3.1",
"react-dom": "19.2.3",
"react-router": "7.12.0",
"rimraf": "6.1.2",
"tsx": "4.21.0",
"typescript": "5.9.3",
"vite": "7.3.1",
"vitest": "4.0.16"
},
"packageManager": "npm@10.9.4",
"engines": {
"node": "^22.18.0 || >=24.2.0"
}
}