We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/thomasdavis/blah'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
Dockerfile•190 B
# Use a base Node.js image
FROM mcr.microsoft.com/devcontainers/node:20
# Install pnpm globally if you're using pnpm
RUN npm install -g pnpm
# Set up a default workdir
WORKDIR /workspace