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/examples",
"version": "5.0.14",
"description": "Medplum Code Examples",
"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/examples"
},
"license": "Apache-2.0",
"author": "Medplum <hello@medplum.com>",
"type": "module",
"scripts": {
"build": "npm run clean && tsc",
"clean": "rimraf dist",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"@medplum/core": "5.0.14",
"@medplum/fhirtypes": "5.0.14",
"@medplum/mock": "5.0.14",
"@medplum/react": "5.0.14"
},
"engines": {
"node": "^22.18.0 || >=24.2.0"
}
}