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
README.md•619 B
# Medplum Command Line Interface
The Medplum CLI (Command Line Interface) is a set of command line tools to quickly deploy Medplum web applications and Medplum bots.
## Installation
Add globally:
```bash
npm install --global @medplum/cli
```
Or add as a package dependency:
```bash
npm install @medplum/cli
```
## Usage
See <https://www.medplum.com/docs/cli> for usage.
## About Medplum
Medplum is a healthcare platform that helps you quickly develop high-quality compliant applications. Medplum includes a FHIR server, React component library, and developer app.
## License
[Apache 2.0](../../LICENSE.txt)