We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/deepset-ai/hayhooks'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
extra.css•309 B
/* Text color for light mode */
[data-md-color-scheme="default"] {
--md-primary-fg-color:#1f49d4;
}
/* Text and accent color for dark mode */
[data-md-color-scheme="slate"] {
--md-primary-fg-color:#05af9d;
--md-accent-fg-color: #2be6cf;
}
.md-header, .md-tabs {
background-color: #2b2f55;
}