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/cdk",
"version": "5.0.14",
"description": "Medplum CDK Infra as Code",
"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/cdk"
},
"license": "Apache-2.0",
"author": "Medplum <hello@medplum.com>",
"type": "module",
"files": [
"dist"
],
"scripts": {
"build": "npm run clean && tsc --project tsconfig.build.json && node esbuild.mjs",
"cdk": "cdk",
"clean": "rimraf dist cdk.out",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "jest --runInBand"
},
"dependencies": {
"@aws-sdk/types": "3.973.1",
"@medplum/core": "5.0.14",
"aws-cdk-lib": "2.237.1",
"cdk": "2.1105.0",
"cdk-nag": "2.37.55",
"cdk-serverless-clamscan": "2.13.46",
"constructs": "10.4.5",
"object-hash": "3.0.0"
},
"devDependencies": {
"@types/object-hash": "3.0.6"
},
"engines": {
"node": "^22.18.0 || >=24.2.0"
}
}