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
<!doctype html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<title>Medplum GraphiQL</title>
</head>
<body>
<style>
body {
padding: 0;
margin: 0;
min-height: 100vh;
overflow: hidden;
}
#root {
height: 100vh;
}
</style>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>