We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mckinsey/vizro'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
FROM mcr.microsoft.com/devcontainers/base:debian
WORKDIR /tmp/scripts/
COPY install-hatch.sh .
RUN chmod +x install-hatch.sh && ./install-hatch.sh && rm install-hatch.sh
USER vscode
RUN echo "alias hr='hatch run'" >> ~/.bashrc