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•615 B
# Medplum NPM Initializer
This package is an NPM initializer for creating a new Medplum project.
## Usage
```bash
npm init medplum
```
The user will be prompted for the following information:
1. Which Medplum starter template to use
2. The name of the project
3. The Medplum base URL
Learn more about NPM initializers: https://docs.npmjs.com/cli/v11/commands/npm-init
## 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)