Skip to main content
Glama

MCP Server Demo

by elvisleyva49
Dockerfile242 B
# Use Node.js official image FROM node:18 # Create app directory WORKDIR /usr/src/app # Install dependencies COPY package*.json ./ RUN npm install # Copy app source COPY . . # Expose port EXPOSE 4000 # 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/elvisleyva49/mcp-server-demo'

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