Skip to main content
Glama

Express MCP Server Echo

by jhgaylor
Dockerfile351 B
FROM node:20-slim # Create app directory WORKDIR /app # Copy package files COPY package*.json ./ # Install dependencies RUN npm install # Copy source code COPY . . # Build the TypeScript code RUN npm run build # Expose the default HTTP port EXPOSE 3000 # Set environment variables ENV NODE_ENV=production # Run the 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/jhgaylor/express-mcp-server-echo'

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