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-valueset-selector",
"version": "5.0.10",
"private": true,
"type": "module",
"scripts": {
"build": "tsc && vite build",
"dev": "vite",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"preview": "vite preview"
},
"prettier": {
"printWidth": 120,
"singleQuote": true,
"trailingComma": "es5"
},
"devDependencies": {
"@mantine/core": "8.3.11",
"@mantine/hooks": "8.3.11",
"@mantine/notifications": "8.3.11",
"@medplum/core": "5.0.10",
"@medplum/eslint-config": "5.0.10",
"@medplum/fhirtypes": "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-dom": "19.2.3",
"@vitejs/plugin-react": "5.1.2",
"postcss": "8.5.6",
"postcss-preset-mantine": "1.18.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-router": "7.12.0",
"typescript": "5.9.3",
"vite": "7.3.1"
},
"packageManager": "npm@10.9.4",
"engines": {
"node": "^22.18.0 || >=24.2.0"
}
}