Skip to main content
Glama

@profullstack/mcp-server

by profullstack
Dockerfile387 B
# Use Node.js LTS as the base image FROM node:20-alpine # Set working directory WORKDIR /app # Copy package files COPY package.json pnpm-lock.yaml ./ # Install pnpm RUN npm install -g pnpm # Install dependencies RUN pnpm install --frozen-lockfile # Copy application code COPY . . # Expose the port the app runs on EXPOSE 3000 # Command to run the application CMD ["pnpm", "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/profullstack/mcp-server'

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