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",
"version": "4.4.3",
"description": "Medplum Command Line Interface",
"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/cli-wrapper"
},
"license": "Apache-2.0",
"author": "Medplum <hello@medplum.com>",
"bin": {
"medplum": "./dist/cjs/index.cjs"
},
"files": [
"dist"
],
"scripts": {
"build": "npm run clean && tsc && node esbuild.mjs",
"clean": "rimraf dist",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"medplum": "ts-node src/index.ts"
},
"dependencies": {
"@medplum/cli": "4.4.3",
"@medplum/core": "4.4.3"
},
"engines": {
"node": "^20.19.0 || >=22.12.0"
}
}