Skip to main content
Glama

MCP Tools

by flesler
Dockerfile377 B
FROM node:20-alpine WORKDIR /app # Copy package files for production dependencies COPY package*.json ./ # Install ONLY production dependencies (for externalized deps) RUN npm ci --only=production && npm cache clean --force # Copy pre-built application COPY dist/ ./dist/ # Set environment variables ENV NODE_ENV=production # Run the server CMD ["node", "dist/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/flesler/mcp-tools'

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