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/app",
"version": "5.0.14",
"description": "Medplum App",
"homepage": "https://www.medplum.com/",
"bugs": {
"url": "https://github.com/medplum/medplum/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/medplum/medplum.git",
"directory": "packages/app"
},
"license": "Apache-2.0",
"author": "Medplum <hello@medplum.com>",
"type": "module",
"files": [
".env.defaults",
"dist"
],
"scripts": {
"build": "npm run clean && tsc && vite build",
"clean": "rimraf dist",
"dev": "vite",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"preview": "vite preview",
"source-map-explorer": "source-map-explorer dist/**/*.js --gzip",
"test": "jest"
},
"browserslist": [
"last 1 Chrome versions"
],
"devDependencies": {
"@mantine/core": "8.3.14",
"@mantine/dropzone": "8.3.14",
"@mantine/hooks": "8.3.14",
"@mantine/notifications": "8.3.14",
"@mantine/spotlight": "8.3.14",
"@medplum/core": "5.0.14",
"@medplum/definitions": "5.0.14",
"@medplum/fhirtypes": "5.0.14",
"@medplum/mock": "5.0.14",
"@medplum/react": "5.0.14",
"@tabler/icons-react": "3.36.1",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.2",
"@types/react": "19.2.13",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "5.1.3",
"postcss": "8.5.6",
"postcss-preset-mantine": "1.18.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-router": "7.13.0",
"rfc6902": "5.1.2",
"vite": "7.3.1"
},
"engines": {
"node": "^22.18.0 || >=24.2.0"
}
}