We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/1mcp-app/agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
/* Mermaid diagram styling */
.mermaid {
text-align: center;
margin: 1.5rem 0;
background: transparent;
}
.mermaid svg {
max-width: 100%;
height: auto;
background: transparent;
}
/* Ensure Mermaid diagrams are responsive */
@media (max-width: 768px) {
.mermaid {
overflow-x: auto;
margin: 1rem -1rem;
padding: 0 1rem;
}
}