Skip to main content
Glama
Dockerfile387 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile FROM node:lts-alpine # Create app directory WORKDIR /usr/src/app # Install app dependencies # Use npm to avoid yarn requirement; install prod deps only COPY package*.json ./ RUN npm ci --omit=dev --no-audit --no-fund # Bundle app source COPY . . # Start the MCP HTTP server CMD ["node", "index.js"]

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/catwhisperingninja/uniswap-trader-mcp'

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