Skip to main content
Glama
Dockerfile251 B
FROM node:20-slim WORKDIR /app # Kopíruj package files COPY package.json tsconfig.json ./ # Instaluj dependencies RUN npm install # Kopíruj source code COPY src/ ./src/ # Build TypeScript RUN npm run build # Spusť server CMD ["npm", "start"]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lukaskostka99/marketing-miner-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server