Skip to main content
Glama

LLM Responses MCP Server

by kstrikis
FROM node:22-alpine WORKDIR /app # Install required packages RUN apk add --no-cache curl unzip bash # Install Bun RUN curl -fsSL https://bun.sh/install | bash ENV PATH="/root/.bun/bin:${PATH}" # Copy package.json and bun.lock COPY package.json ./ COPY bun.lock ./ # Install dependencies RUN bun install # Copy the rest of the application COPY . . # Build the TypeScript code RUN bun run build # Expose the port the app runs on EXPOSE 62886 # Command to run the application CMD ["bun", "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/kstrikis/ephor-mcp'

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