We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Doist/todoist-ai'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.loadingContainer {
display: flex;
flex-direction: column;
gap: 24px;
align-items: center;
justify-content: center;
height: 360px;
}
@keyframes spinner {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.svg {
animation-name: spinner;
animation-duration: 1.2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
.tint {
fill: var(--product-library-display-accent-primary-fill);
}
.fill {
fill: var(--product-library-display-accent-secondary-fill);
}