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
.content {
word-wrap: break-word;
overflow-wrap: break-word;
white-space: normal;
word-break: break-word;
}
.contentContainer:hover {
background-color: light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-9));
}
.contentContainer {
transition: all 0.2s ease;
cursor: pointer;
border: 1px solid transparent;
text-decoration: none;
color: light-dark(var(--mantine-color-dark-9), var(--mantine-color-gray-0));
}
.contentContainer.selected {
background: light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-9));
}