Skip to main content
Glama

Authenticated MCP SSE Server

FROM node:18-slim AS builder WORKDIR /app RUN npm install -g pnpm COPY . . RUN pnpm install RUN pnpm build FROM node:18-slim AS production WORKDIR /app RUN npm install -g pnpm ENV NODE_ENV=production ENV PORT=8080 COPY . . COPY --from=builder /app/dist ./services/dist RUN pnpm install WORKDIR /app EXPOSE 8080 CMD ["node", "dist/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/the-freetech-company/mcp-sse-authenticated-cloud-run'

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