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
.container {
overflow-x: auto;
}
.root {
border: 0.1px solid var(--mantine-color-gray-3);
border-collapse: collapse;
border-radius: var(--mantine-radius-sm);
border-spacing: 0;
font-size: var(--mantine-font-size-xs);
width: 100%;
& td {
padding: 2px 4px 0 4px;
vertical-align: top;
white-space: nowrap;
}
}
.startRow {
border-top: 0.1px solid var(--mantine-color-gray-3);
white-space: nowrap;
}
.normalRow {
border-top: 0;
white-space: nowrap;
}
.author {
line-height: 10px;
}
.dateTime {
border-right: 0.1px solid var(--mantine-color-gray-3);
line-height: 10px;
text-align: right;
}
.lineNumber {
background-color: var(--mantine-color-gray-1);
border: 0;
color: var(--mantine-color-gray-5);
font-family: var(--mantine-font-family-monospace);
padding: var(--mantine-spacing-xs) var(--mantine-spacing-sm);
text-align: right;
}
.line {
font-family: var(--mantine-font-family-monospace);
font-size: var(--mantine-font-size-xs);
padding: var(--mantine-spacing-xs) var(--mantine-spacing-sm);
}
.pre {
margin: 0;
}