We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jdubois/azure-cli-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
styles.css•287 B
/*
* Custom CSS
*/
:root {
--bs-body-bg: var(--bs-gray-100);
}
.bg-darkblue {
background-color: #00008b !important; /* This is a dark blue color */
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-nav .nav-link {
color: #ffffff !important; /* This is white color */
}