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-demo-bots",
"version": "5.0.10",
"description": "Medplum Demo Bots",
"license": "Apache-2.0",
"author": "Medplum <hello@medplum.com>",
"type": "module",
"scripts": {
"build": "npm run clean && tsc && node --no-warnings esbuild-script.mjs",
"clean": "rimraf dist",
"lint": "eslint src/",
"lint:fix": "eslint src/ --fix",
"prettier": "prettier --write .",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test:ui": "vitest --ui",
"test:watch": "vitest watch"
},
"prettier": {
"printWidth": 120,
"singleQuote": true,
"trailingComma": "es5"
},
"devDependencies": {
"@medplum/bot-layer": "5.0.10",
"@medplum/cli": "5.0.10",
"@medplum/core": "5.0.10",
"@medplum/eslint-config": "5.0.10",
"@medplum/fhirtypes": "5.0.10",
"@medplum/mock": "5.0.10",
"@metriport/api-sdk": "18.5.0",
"@types/node": "22.19.3",
"@types/node-fetch": "2.6.13",
"@types/ssh2-sftp-client": "9.0.6",
"@vitest/coverage-v8": "4.0.16",
"@vitest/ui": "4.0.16",
"dotenv": "17.2.3",
"esbuild": "0.27.2",
"fast-glob": "3.3.3",
"fast-xml-parser": "5.3.3",
"form-data": "4.0.5",
"node-fetch": "2.7.0",
"pdfmake": "0.2.21",
"rimraf": "6.1.2",
"ssh2-sftp-client": "12.0.1",
"stripe": "20.1.2",
"twilio": "^5.11.2",
"typescript": "5.9.3",
"vitest": "4.0.16"
},
"packageManager": "npm@10.9.4",
"engines": {
"node": "^22.18.0 || >=24.2.0"
}
}