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-health-gorilla-demo",
"version": "5.1.0",
"type": "module",
"scripts": {
"build": "tsc -b && vite build",
"dev": "vite",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint . --fix",
"preview": "vite preview"
},
"prettier": {
"printWidth": 120,
"singleQuote": true,
"trailingComma": "es5"
},
"devDependencies": {
"@mantine/core": "8.3.15",
"@mantine/notifications": "8.3.15",
"@medplum/core": "5.1.0",
"@medplum/eslint-config": "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",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "5.1.4",
"eslint": "9.39.3",
"eslint-plugin-react-hooks": "7.0.1",
"eslint-plugin-react-refresh": "0.5.0",
"postcss": "8.5.6",
"postcss-preset-mantine": "1.18.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-router": "7.13.0",
"typescript": "5.9.3",
"vite": "7.3.1"
},
"packageManager": "npm@10.9.4",
"engines": {
"node": "^22.18.0 || >=24.2.0"
}
}