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
.root {
max-width: 100%;
overflow: auto;
text-align: left;
margin-bottom: 20px;
}
.table {
cursor: pointer;
}
.tr {
&:hover {
background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-6));
}
}
.th {
padding: 0 !important;
}
.control {
width: 100%;
padding: var(--mantine-spacing-xs) var(--mantine-spacing-md);
&:hover {
background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-6));
}
}
.icon {
width: 21px;
height: 21px;
border-radius: 21px;
}