Skip to main content
Glama

MCP Server

by JeongJaeSoon
Dockerfile394 B
FROM oven/bun:1 AS builder WORKDIR /app COPY package.json bun.lock ./ RUN bun install --frozen-lockfile COPY . . RUN bun run build FROM oven/bun:1-slim WORKDIR /app COPY --from=builder /app/build ./build COPY --from=builder /app/package.json ./ COPY --from=builder /app/node_modules ./node_modules RUN chmod 755 ./build/index.js ENV NODE_ENV=production CMD ["bun", "build/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/JeongJaeSoon/sample-mcp-server'

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