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": "create-medplum",
"version": "5.1.0",
"description": "Medplum NPM Initializer",
"keywords": [
"medplum",
"fhir",
"healthcare",
"interoperability",
"json",
"serialization",
"hl7",
"standards",
"clinical",
"dstu2",
"stu3",
"r4",
"normative"
],
"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/create-medplum"
},
"license": "Apache-2.0",
"author": "Medplum <hello@medplum.com>",
"type": "module",
"bin": {
"medplum": "./dist/esm/index.mjs"
},
"files": [
"dist"
],
"scripts": {
"build": "npm run clean && tsc && node esbuild.mjs",
"clean": "rimraf dist",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"medplum": "tsx src/index.ts",
"test": "jest"
},
"devDependencies": {
"@types/node": "22.19.11"
},
"engines": {
"node": "^22.18.0 || >=24.2.0"
}
}