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-eligibility-demo",
"version": "4.5.2",
"private": true,
"type": "module",
"scripts": {
"build": "npm run build:bots && tsc && vite build",
"build:bots": "npm run clean && tsc --project tsconfig-bots.json && tsx src/scripts/deploy-bots.ts",
"clean": "rimraf dist",
"dev": "vite",
"lint": "eslint src/",
"lint:fix": "eslint src/ --fix",
"preview": "vite preview",
"test": "vitest run",
"test:coverage": "vitest run --coverage"
},
"prettier": {
"printWidth": 120,
"singleQuote": true,
"trailingComma": "es5"
},
"devDependencies": {
"@mantine/core": "8.3.6",
"@mantine/hooks": "8.3.6",
"@mantine/notifications": "8.3.6",
"@medplum/core": "4.5.2",
"@medplum/definitions": "4.5.2",
"@medplum/eslint-config": "4.5.2",
"@medplum/fhirtypes": "4.5.2",
"@medplum/mock": "4.5.2",
"@medplum/react": "4.5.2",
"@tabler/icons-react": "3.35.0",
"@types/node": "22.18.13",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"@vitejs/plugin-react": "5.1.0",
"postcss": "8.5.6",
"postcss-preset-mantine": "1.18.0",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-router": "7.9.5",
"rimraf": "6.1.0",
"typescript": "5.9.3",
"vite": "7.1.12"
},
"packageManager": "npm@10.9.4",
"engines": {
"node": "^22.18.0 || >=24.2.0"
}
}