Skip to main content
Glama

CoinGecko

Dockerfile355 B
# Use official Node.js LTS image FROM node:22-alpine # Create app directory WORKDIR /app # Install mcp-proxy globally and production dependencies RUN npm install -g mcp-proxy@2.10.6 \ && addgroup -S appgroup \ && adduser -S appuser -G appgroup COPY package*.json ./ RUN npm ci --omit=dev COPY . . USER appuser EXPOSE 3000 CMD ["mcp-proxy"]

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/BlindVibeDev/CoinGeckoMCP'

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