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/cli",
"version": "5.0.14",
"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"
},
"license": "Apache-2.0",
"author": "Medplum <hello@medplum.com>",
"sideEffects": false,
"type": "module",
"exports": {
"import": {
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.mjs"
},
"require": {
"types": "./dist/cjs/index.d.ts",
"default": "./dist/cjs/index.cjs"
}
},
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.mjs",
"types": "dist/cjs/index.d.ts",
"bin": {
"medplum": "./dist/cjs/index.cjs"
},
"files": [
"dist/cjs",
"dist/esm"
],
"scripts": {
"api-extractor": "api-extractor run --local && shx cp dist/types.d.ts dist/cjs/index.d.ts && shx cp dist/types.d.ts dist/esm/index.d.ts",
"build": "npm run clean && tsc && node esbuild.mjs && npm run api-extractor",
"clean": "rimraf dist",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"medplum": "tsx src/index.ts",
"test": "jest"
},
"dependencies": {
"@aws-sdk/client-acm": "3.984.0",
"@aws-sdk/client-cloudformation": "3.984.0",
"@aws-sdk/client-cloudfront": "3.984.0",
"@aws-sdk/client-ecs": "3.984.0",
"@aws-sdk/client-s3": "3.984.0",
"@aws-sdk/client-ssm": "3.984.0",
"@aws-sdk/client-sts": "3.984.0",
"@aws-sdk/types": "3.973.1",
"@medplum/core": "5.0.14",
"@medplum/hl7": "5.0.14",
"commander": "12.1.0",
"dotenv": "17.2.4",
"fast-glob": "3.3.3",
"iconv-lite": "0.7.2",
"node-fetch": "2.7.0",
"semver": "7.7.4",
"tar": "7.5.7"
},
"devDependencies": {
"@medplum/fhirtypes": "5.0.14",
"@medplum/mock": "5.0.14",
"@types/node-fetch": "2.6.13",
"@types/semver": "7.7.1",
"aws-sdk-client-mock": "4.1.0"
},
"engines": {
"node": "^22.18.0 || >=24.2.0"
}
}