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-provider",
"version": "5.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "tsc && vite build",
"dev": "vite",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"preview": "vite preview",
"test": "vitest run",
"test:coverage": "vitest run --coverage"
},
"prettier": {
"printWidth": 120,
"singleQuote": true,
"trailingComma": "es5"
},
"devDependencies": {
"@mantine/core": "8.3.15",
"@mantine/hooks": "8.3.15",
"@mantine/notifications": "8.3.15",
"@mantine/spotlight": "8.3.15",
"@medplum/core": "5.1.0",
"@medplum/dosespot-react": "5.1.0",
"@medplum/eslint-config": "5.1.0",
"@medplum/fhirtypes": "5.1.0",
"@medplum/health-gorilla-core": "5.1.0",
"@medplum/health-gorilla-react": "5.1.0",
"@medplum/react": "5.1.0",
"@tabler/icons-react": "3.37.1",
"@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.2",
"@testing-library/user-event": "14.6.1",
"@types/node": "22.19.11",
"@types/react": "19.2.14",
"@types/react-big-calendar": "1.16.3",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "5.1.4",
"dayjs": "1.11.19",
"jsdom": "28.1.0",
"postcss": "8.5.6",
"postcss-preset-mantine": "1.18.0",
"react": "19.2.4",
"react-big-calendar": "1.19.4",
"react-dom": "19.2.4",
"react-live": "^4.1.8",
"react-router": "7.13.0",
"recharts": "^3.7.0",
"typescript": "5.9.3",
"uuid": "11.1.0",
"vite": "7.3.1",
"vitest": "4.0.18"
},
"packageManager": "npm@10.9.4",
"engines": {
"node": "^22.18.0 || >=24.2.0"
}
}